Difference between revisions of "PRIM ROT LOCAL"
Jump to navigation
Jump to search
(Added value (29)) |
m |
||
Line 22: | Line 22: | ||
}}{{LSL Constant | }}{{LSL Constant | ||
|inject-2={{LSL PrimitiveParam Categorize|Prim}} | |||
|name=PRIM_ROT_LOCAL | |name=PRIM_ROT_LOCAL | ||
|type=integer | |type=integer | ||
Line 55: | Line 56: | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
|location | |location | ||
|cat1 | |cat1 | ||
|cat2=Rotation | |cat2=Rotation | ||
|cat3=Movement | |cat3=Movement | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 21:19, 1 July 2012
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 ]);Caveats