PRIM POS LOCAL
Revision as of 05:14, 3 August 2011 by Cerise Sorbet (talk | contribs) (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…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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 |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_POS_LOCAL ]);Caveats