ll.GetPermissionsKey

ll.GetPermissionsKey() : uuid

Returns the key of the avatar that last granted or declined permissions to the script. Returns NULL_KEY if permissions were never granted or declined.

Example

ll.GetPermissionsKey()
{
  "def": "func",
  "desc": "Returns the key of the avatar that last granted or declined permissions to the script.\nReturns NULL_KEY if permissions were never granted or declined.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetPermissionsKey",
  "name": "GetPermissionsKey",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll