STATUS ROTATE Z
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer STATUS_ROTATE_Z = 0x8;The integer constant STATUS_ROTATE_Z has the value 0x8
This property (set TRUE by default), if set FALSE, attempts to stop physical rotation on the objects local Z axis.
Caveats
Related Articles
Constants
|
Functions
• | llSetStatus | |||
• | llGetStatus |
Examples
A simple demonstration of the use of the STATUS_ROTATE_* constants. <lsl>default {
state_entry() { llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_SPHERE, 0, <0.0, 1.0, 0.0>, 0.0, <0.0, 0.0, 0.0>, <0.0, 1.0, 0.0>, PRIM_SIZE, <1.0, 1.0, 1.0>]); // Create a ball llSetStatus(STATUS_ROTATE_X