ll.GetPermissionsKey () -> uuidReturns the key of the avatar that last granted or declined permissions to the script. Returns NULL_KEY if permissions were never granted or declined.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetPermissionsKey",
"private": false,
"takesSelf": false,
"name": "GetPermissionsKey",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": []
}
]
}