Difference between revisions of "LlReleaseControls"

From Second Life Wiki
Jump to navigation Jump to search
m (removing deprecated flags)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function/permission|PERMISSION_TAKE_CONTROLS}}{{LSL_Function
|func_id=112|func_sleep=0.0|func_energy=10.0
|func_id=112|func_sleep=0.0|func_energy=10.0
|sort=ReleaseControls|func=llReleaseControls
|sort=ReleaseControls|func=llReleaseControls
Line 15: Line 15:
|also_tests
|also_tests
|notes
|notes
|permission=PERMISSION_TAKE_CONTROLS
|negative_index
|cat1=Controls
|cat1=Controls
|cat2
|cat2

Revision as of 17:30, 20 July 2007

Summary

Function: llReleaseControls( );

Stop taking inputs (that were taken with llTakeControls), dequeues any remaining control events.

To run this function the script must request the PERMISSION_TAKE_CONTROLS permission with llRequestPermissions.

Caveats

Permissions
  • Once the PERMISSION_TAKE_CONTROLS 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.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event
•  control

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions
•  llTakeControls

Articles

•  Script permissions

Deep Notes

Search JIRA for related Issues

Signature

function void llReleaseControls();