LlGetPos
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Summary
Function: vector llGetPos( );| 59 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a vector that is the the position of the task in region coordinates
Caveats
- When called from the root of an attachment, returns the wearer's position. When called in any child prim, always returns that prim's region position.
See Also
Functions
| • | llGetLocalPos | – | Gets the prim local position | |
| • | llGetPrimitiveParams | – | Gets prim properties | |
| • | llGetRootPosition | – | Gets the root prims position | |
| • | llSetPos | – | Sets the prim position | |
| • | llSetPrimitiveParams | – | Sets prim properties | |
| • | llSetLinkPrimitiveParams | – | Sets linked prim properties |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

