Difference between revisions of "PRIM ROT LOCAL"

From Second Life Wiki
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=Prim
|cat1
|cat2=Rotation
|cat2=Rotation
|cat3=Movement
|cat3=Movement
|cat4
|cat4
}}
}}

Revision as of 22:19, 1 July 2012

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 All Issues ~ Search JIRA for related Bugs

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_ROT_LOCAL ]);

Returns the list [ rotation rot ]

• rotation rot Any valid rotation

All Issues ~ Search JIRA for related Bugs

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_ROT_LOCAL = 29;