Difference between revisions of "LlSetVehicleRotationParam"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
|p2_type=rotation|p2_name=rot
|p2_type=rotation|p2_name=rot
|func_footnote
|func_footnote
|func_desc=Sets the vehicle rotation parameter '''param''' to '''rot'''.
|func_desc=Sets the vehicle rotation parameter {{LSLP|param}} to {{LSLP|rot}}.
|return_text
|return_text
|spec
|spec

Revision as of 11:30, 7 June 2012

Summary

Function: llSetVehicleRotationParam( integer param, rotation rot );

Sets the vehicle rotation parameter param to rot.

• integer param VEHICLE_* flag
• rotation rot

Constant Description
VEHICLE_REFERENCE_FRAME 44 rotation of vehicle axes relative to local frame

Examples

See Also

Functions

•  llSetVehicleFloatParam Sets a vehicle float parameter
•  llSetVehicleVectorParam Sets a vehicle vector parmeter

Articles

•  Linden Vehicle Tutorial

Deep Notes

Search JIRA for related Issues

Signature

function void llSetVehicleRotationParam( integer param, rotation rot );