Difference between revisions of "Template:LSL Function/permission/caveat switch"

From Second Life Wiki
Jump to navigation Jump to search
(moved the caveats here)
m
 
Line 7: Line 7:
**''For Viewer 3.6.7 and up:'' If the object is ''not'' attached to the permission granter but ''is'' in the same region, then '''Me>Movement>Stop Animating Me''' will revoke both [[PERMISSION_TRIGGER_ANIMATION]] and [[PERMISSION_OVERRIDE_ANIMATIONS]] (other permissions will remain). In this case, overrides ''are'' reset.
**''For Viewer 3.6.7 and up:'' If the object is ''not'' attached to the permission granter but ''is'' in the same region, then '''Me>Movement>Stop Animating Me''' will revoke both [[PERMISSION_TRIGGER_ANIMATION]] and [[PERMISSION_OVERRIDE_ANIMATIONS]] (other permissions will remain). In this case, overrides ''are'' reset.
|PERMISSION_RETURN_OBJECTS=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
|PERMISSION_RETURN_OBJECTS=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
* While anyone may grant [[PERMISSION_RETURN_OBJECTS]] this function will only work if one of the following is true...
* While anyone may grant [[PERMISSION_RETURN_OBJECTS]] this function will only work properly if one of the following is true:
** The land is owned by the prim owner and this permission has been granted by the land owner.
** The land is owned by the prim owner and this permission has been granted by the land owner.
** The land is group owned and this permission has been granted by a group member filling the group "Owners" role.
** The land is group owned and this permission has been granted by a group member filling the group "Owners" role.
|#default=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
|#default=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
}}
}}

Latest revision as of 19:12, 11 May 2016

  • Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new llRequestPermissions call) or the script is reset or deleted.