ll.GetPos() : vector
Returns the position of the task in region coordinates. Returns the vector position of the task in region coordinates.
ll.GetPos()
{
"def": "func",
"desc": "Returns the position of the task in region coordinates.\nReturns the vector position of the task in region coordinates.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetPos",
"name": "GetPos",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": []
}
]
}