Difference between revisions of "PRIM ROT LOCAL"

From Second Life Wiki
Jump to navigation Jump to search
m (not sure why it's missing)
(Added value (29))
Line 1: Line 1:
<onlyinclude>{{#if:
<onlyinclude>{{#if:


{{#vardefine:rot_local_const|{{LSL Const|PRIM_ROT_LOCAL|integer||c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's local rotation}}}}
{{#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_desc|Any valid rotation}}
{{#vardefine:p_rot_desc|Any valid rotation}}
Line 24: Line 24:
|name=PRIM_ROT_LOCAL
|name=PRIM_ROT_LOCAL
|type=integer
|type=integer
|value=
|value=29
|desc=PRIM_ROT_LOCAL is used to get or set the prim's local rotation.
|desc=PRIM_ROT_LOCAL is used to get or set the prim's local rotation.
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:rot_local_const}},&#32;|i_end=&nbsp;]);
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([&#32;{{#var:rot_local_const}},&#32;|i_end=&nbsp;]);

Revision as of 09:31, 22 October 2010

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;