Difference between revisions of "VEHICLE REFERENCE FRAME"
Jump to navigation
Jump to search
(New page: sunja) |
|||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=VEHICLE_REFERENCE_FRAME | |||
|type=integer | |||
|value=44 | |||
|desc=Used to set the rotation of vehicle axes relative to local frame. | |||
|examples | |||
|events | |||
|functions={{LSL DefineRow||[[llSetVehicleRotationParam]]}} | |||
|location | |||
|history | |||
|comment | |||
|articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} | |||
|cat1=Vehicle | |||
|cat2 | |||
|cat3 | |||
|cat4 | |||
|cat5 | |||
|cat6 | |||
}} |
Revision as of 18:13, 2 November 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_REFERENCE_FRAME = 44;The integer constant VEHICLE_REFERENCE_FRAME has the value 44
Used to set the rotation of vehicle axes relative to local frame.
Caveats