llRevokePermissions(key agent, integer permissions)
tracked
Bugs Larnia
Akin to llRequestPermissions, but allows for revoking of permissions. Can be coupled with either the existing run_time_permissions event or with a new event.
Log In
Andromeda Quonset
Would this feature suggest having an event called Permission_Revoked(designator of revoked permission){}
?
Bugs Larnia
Andromeda Quonset Good question. It depends a bit on how they implement it, but I think the existing run_time_permissions could conceivably handle this. You can test whether the permission has been revoked (i.e. not granted) there.
Andromeda Quonset
Bugs Larnia: Agreed.
Spidey Linden
marked this post as
tracked
Issue tracked. We have no estimate when it may be implemented. Please see future updates here.
Journey Bunny
I'd prefer PERMISSION_NONE added to the existing llRequestPermissions, since subsequent permission requests already remove pre-existing permissions. There just needs to be a way to use the already-existing feature that removes the pre-existing permissions without adding a new permission in the process, and if we tack it on to the existing function then we'd already have an event to handle permission loss as well as permission gain.
Darling Brody
Journey Bunny This would be the most sensible option. Though I think you can pass a ZERO to get that effect now.