PRIM ROT LOCAL

From Second Life Wiki
Revision as of 14:06, 14 October 2010 by Strife Onizuka (talk | contribs) (Created page with '<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:p_rot_de...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

([ 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;