ll.GetLocalPos () -> vectorReturns the position relative to the root. Returns the local position of a child object relative to the root.
ll.GetLocalPos()
{
"def": "func",
"desc": "Returns the position relative to the root.\nReturns the local position of a child object relative to the root.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetLocalPos",
"private": false,
"takesSelf": false,
"name": "GetLocalPos",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": []
}
]
}