ll.GetOwner

ll.GetOwner () -> uuid

Returns the object owner's UUID. Returns the key for the owner of the object.

Example

ll.GetOwner()
Raw function spec json
{
  "def": "func",
  "desc": "Returns the object owner's UUID.\nReturns the key for the owner of the object.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetOwner",
  "private": false,
  "takesSelf": false,
  "name": "GetOwner",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll