PRIM ROTATION

From Second Life Wiki
Revision as of 21:57, 24 October 2008 by Strife Onizuka (talk | contribs) (db corruption fix?)
Jump to navigation Jump to search

Description

Constant: integer PRIM_ROTATION = 8;

The integer constant PRIM_ROTATION has the value 8

PRIM_ROTATION is used to get or set the prim's rotation.

llSetPrimitiveParams

[ PRIM_ROTATION, rotation rot ]
• rotation rot Any valid rotation

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_ROTATION ]);

Returns the list [ rotation rot ]

• rotation rot Any valid rotation

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_ROTATION = 8;