PRIM ROTATION
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Description
! Constant: integer PRIM_ROTATION = 8;The integer constant PRIM_ROTATION has the value 8
PRIM_ROTATION is used to get or set the prim's rotation.
llSetPrimitiveParams
[ PRIM_ROTATION, rotation rot ]| • rotation | rot | – | Any valid rotation |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_ROTATION ]);Returns the list [ rotation rot ]
| • rotation | rot | – | Any valid rotation |
Related Articles
Functions
| • | llGetPrimitiveParams | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetRot | |||
| • | llSetRot | |||
| • | llSetLocalRot | |||
| • | llGetLocalRot | |||
| • | llGetRootRotation | |||
| • | llGetObjectDetails |
Deep Notes
Issues
| | | SVC-93 | [c] | llSetRot and llSetPrimitiveParams (using PRIM_ROTATION) incorrectly implemented for child prims. |

