From Second Life Wiki
run_time_permissions
Event: run_time_permissions( integer perm ){ ; }
Triggered when an agent grants run time permissions to task
| • integer
| perm
| –
| mask of PERMISSIONS_* granted permissions
|
|
|
|
|
|
|
Notes
The argument perm is the bit combination of all permissions granted when this event is triggered. To determine if an exact permission is granted you will need to perform a bitwise AND comparison between perm and the permission constant you are looking for. The example above demonstrates this.
|
Run_time_permissions