PRIM ROT LOCAL/ja
< PRIM ROT LOCAL
Jump to navigation
Jump to search
Revision as of 18:20, 17 December 2010 by Mizu Melody (talk | contribs) (Created page with "<onlyinclude>{{#if: {{#vardefine:rot_local_const|{{LSL Const|PRIM_ROT_LOCAL|integer|29|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's local rotation}}}} {{#vardefine:p_rot_…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_ROT_LOCAL = 29;The integer constant PRIM_ROT_LOCAL has the value 29
PRIM_ROT_LOCAL is used to get or set the prim's local rotation.
llSetPrimitiveParams
llSetPrimitiveParams([ PRIM_ROT_LOCAL, rotation rot ]);• rotation | rot | – | Any valid rotation |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_ROT_LOCAL ]);Returns the list [ rotation rot ]
• rotation | rot | – | Any valid rotation |
Caveats