Difference between revisions of "LlSetVehicleRotationParam"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
|also_events
|also_events
|also_tests
|also_tests
|also_articles=[[Linden Vehicle Tutorial]]
|also_articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}}
|notes
|notes
|permission
|permission
|negative_index
|sort=SetVehicleRotationParam
|cat1=Vehicle
|cat1=Vehicle
|cat2
|cat2

Revision as of 15:38, 27 September 2007

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 );