Difference between revisions of "PRIM POS LOCAL"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
|name=PRIM_POS_LOCAL | |name=PRIM_POS_LOCAL | ||
|type=integer | |type=integer | ||
|value= | |value=33 | ||
|desc=PRIM_POS_LOCAL is used to get or set the prim's local position. | |desc=PRIM_POS_LOCAL is used to get or set the prim's local position. | ||
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:pos_local_const}}, |i_end= ]); | |pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:pos_local_const}}, |i_end= ]); |
Revision as of 01:17, 21 August 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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 = 33;The integer constant PRIM_POS_LOCAL has the value 33
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 ]);Caveats