PRIM POSITION
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
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.
[ PRIM_POSITION, vector position ]
| • vector | position |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
Related Functions, Events & Constants
Functions
| • | llGetPrimitiveParams | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPos | |||
| • | llSetPos | |||
| • | llGetLocalPos | |||
| • | llGetRootPosition | |||
| • | llGetObjectDetails |

