Difference between revisions of "VEHICLE ANGULAR MOTOR DIRECTION"
Jump to navigation
Jump to search
m |
Void Singer (talk | contribs) m (+clarification + caveat) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=19 | |value=19 | ||
|desc=vector of angular velocity that the vehicle will try to achieve | |desc=vector of angular velocity (in radian/second) that the vehicle will try to achieve | ||
<!-- | <!-- | ||
<lsl> | <lsl> | ||
</lsl> | </lsl> | ||
--> | --> | ||
|caveats= | |||
* [[VEHICLE_ANGULAR_MOTOR_DIRECTION]] magnitude is capped at 4 * PI (2 revolutions per second total) | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetVehicleVectorParam]]|}} | {{LSL DefineRow||[[llSetVehicleVectorParam]]|}} |
Latest revision as of 04:33, 16 January 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_ANGULAR_MOTOR_DIRECTION = 19;The integer constant VEHICLE_ANGULAR_MOTOR_DIRECTION has the value 19
vector of angular velocity (in radian/second) that the vehicle will try to achieve
Caveats
- VEHICLE_ANGULAR_MOTOR_DIRECTION magnitude is capped at 4 * PI (2 revolutions per second total)