ll.GetKey

ll.GetKey() : uuid

Returns the key of the prim the script is attached to. Get the key for the object which has this script.

Example

ll.GetKey()
{
  "def": "func",
  "desc": "Returns the key of the prim the script is attached to.\nGet the key for the object which has this script.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetKey",
  "name": "GetKey",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll