PRIM POS LOCAL: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Void Singer (talk | contribs)
m llSetPos is llSetLocalPos (which doesn't exist)
Line 44: Line 44:
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParamsFast]]|}}
{{LSL DefineRow||[[llGetPos]]|}}
{{LSL DefineRow||[[llGetPos]]|}}
{{LSL DefineRow||[[llSetLocalPos]]|}}
{{LSL DefineRow||[[llSetPos]]|}}
{{LSL DefineRow||[[llGetLocalPos]]|}}
{{LSL DefineRow||[[llGetLocalPos]]|}}
{{LSL DefineRow||[[llGetRootPosition]]|}}
{{LSL DefineRow||[[llGetRootPosition]]|}}

Revision as of 15:38, 5 August 2011

Pre-release Documentation Warning!

This constant is not available yet. This documentation was written prior to its final release so it may not match the final implementation.

Description

Constant: integer PRIM_POS_LOCAL = -999;

The integer constant PRIM_POS_LOCAL has the value -999

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

llSetPrimitiveParams

llSetPrimitiveParams([ PRIM_POS_LOCAL, vector position ]);
• vector position position in local coordinates.

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_POS_LOCAL ]);

Returns the list [ vector position ]

• vector position position in local coordinates.

Caveats


Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_POS_LOCAL = -999;