ll.GetLocalPos

ll.GetLocalPos() : vector

Returns the position relative to the root. Returns the local position of a child object relative to the root.

Example

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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetLocalPos",
  "name": "GetLocalPos",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll