ll.GetPermissions() : number
Returns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise "and" operation against the PERMISSION_* constants
ll.GetPermissions()
{
"def": "func",
"desc": "Returns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise \"and\" operation against the PERMISSION_* constants",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetPermissions",
"name": "GetPermissions",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": []
}
]
}