PRIM POSITION

From Second Life Wiki
Revision as of 14:47, 11 October 2008 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Description

Constant: integer PRIM_POSITION = 6;

The integer constant PRIM_POSITION has the value 6

PRIM_POSITION is used to get or set the prim's position.

llSetPrimitiveParams

[ PRIM_POSITION, vector position ]
• vector position

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

Caveats

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_POSITION ]);

Returns the list [ vector position ]

• vector position

Caveats

  • position is always in global coordinates, even if the prim is a child or the root prim of an attachment.

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_POSITION = 6;