ll.GetPermissions () -> numberReturns 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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetPermissions",
"private": false,
"takesSelf": false,
"name": "GetPermissions",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": []
}
]
}