Difference between revisions of "PRIM ROT LOCAL"

From Second Life Wiki
Jump to navigation Jump to search
m
m (not sure why it's missing)
Line 26: Line 26:
|value=
|value=
|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([ {{#var:rot_local_const}}, |i_end= ]
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:rot_local_const}}, |i_end= ]);
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]]
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]]
{{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}}
{{LSL Generic/Caveats|caveats={{#var:caveats-set}}|title=*}}

Revision as of 14:18, 14 October 2010

Description

Constant: integer PRIM_ROT_LOCAL = ;

The integer constant PRIM_ROT_LOCAL has the value

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;