Difference between revisions of "PRIM POS LOCAL"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{#if: {{#vardefine:pos_local_const|{{LSL Const|PRIM_POS_LOCAL|integer|-999|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the prim's local position}}}} {{#vardefine:p_po…")
 
Line 14: Line 14:
}}</onlyinclude>{{#if:
}}</onlyinclude>{{#if:


}}{{LSL Constant
}}
<!-- {{LSL Generic/RC|[[Beta/Magnum|RC Magnum]]}} -->
{{LSL Generic/pre-release|constant}}
{{LSL Constant
|name=PRIM_POS_LOCAL
|name=PRIM_POS_LOCAL
|type=integer
|type=integer

Revision as of 06:16, 3 August 2011

Emblem-important-red.png 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.

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_POS_LOCAL ]);

Returns the list [ vector position ]

• vector position

All Issues ~ Search JIRA for related Bugs

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_POS_LOCAL = -999;