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()
Raw function spec json
{
  "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,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetCreator",
  "private": false,
  "takesSelf": false,
  "name": "GetCreator",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "uuid"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll