Difference between revisions of "Template:LSL Function/permission/caveat switch/ru"
Jump to navigation
Jump to search
(Created page with "*[https://wiki.secondlife.com/w/index.php?title=Template:LSL_Function/permission/caveat_switch/ru&action=edit&redlink=1 Translate Template] {{subst:Template:LSL Function/permissi…") |
|||
Line 1: | Line 1: | ||
*[https://wiki.secondlife.com/w/index.php?title=Template:LSL_Function/permission/caveat_switch/ru&action=edit&redlink=1 Translate Template] | *[https://wiki.secondlife.com/w/index.php?title=Template:LSL_Function/permission/caveat_switch/ru&action=edit&redlink=1 Translate Template] | ||
{{#switch:{{{1}}} | {{#switch:{{{1}}} - remove this line when done | ||
|PERMISSION_TAKE_CONTROLS=* Once the [[{{{1}}}]] permission is granted, it can be revoked from inside the script (with [[llReleaseControls]] or a new [[llRequestPermissions]] call), or if the user chooses Release Keys from the viewer. The script will also lose this permission on reset, or if the object is deleted, detached, or dropped. | |PERMISSION_TAKE_CONTROLS=* Once the [[{{{1}}}]] permission is granted, it can be revoked from inside the script (with [[llReleaseControls]] or a new [[llRequestPermissions]] call), or if the user chooses Release Keys from the viewer. The script will also lose this permission on reset, or if the object is deleted, detached, or dropped. | ||
|PERMISSION_CONTROL_CAMERA=*The [[{{{1}}}]] permission is automatically revoked when the avatar stands up from or detaches the object, and any scripted camera parameters are automatically cleared. | |PERMISSION_CONTROL_CAMERA=*The [[{{{1}}}]] permission is automatically revoked when the avatar stands up from or detaches the object, and any scripted camera parameters are automatically cleared. |
Latest revision as of 22:54, 14 December 2013
- Translate Template
- 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.