PRIM ROTATION: Difference between revisions
Jump to navigation
Jump to search
m db corruption fix? |
No edit summary |
||
| Line 1: | Line 1: | ||
<onlyinclude>{{#if: | <onlyinclude>{{#if: | ||
{{#vardefine:rotation_const|{{LSL Const|PRIM_ROTATION|integer|8|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's | {{#vardefine:rotation_const|{{LSL Const|PRIM_ROTATION|integer|8|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's rotation}}}} | ||
{{#vardefine:p_rot_desc|Any valid rotation}} | {{#vardefine:p_rot_desc|Any valid rotation}} | ||
Revision as of 12:13, 30 November 2008
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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 ]);Caveats
Related Articles
Functions
| • | llGetPrimitiveParams | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetRot | |||
| • | llSetRot | |||
| • | llSetLocalRot | |||
| • | llGetLocalRot | |||
| • | llGetRootRotation | |||
| • | llGetObjectDetails |