ll.GetCreator

ll.GetCreator() : uuid

Returns a key for the creator of the prim. Returns the key of the object's original creator. Similar to llGetOwner.

Example

ll.GetCreator()
{
  "def": "func",
  "desc": "Returns a key for the creator of the prim.\nReturns the key of the object's original creator. Similar to llGetOwner.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetCreator",
  "name": "GetCreator",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll