PERMISSION TAKE CONTROLS: Difference between revisions
Jump to navigation
Jump to search
Redirecting to LSL Permissions/Script/PERMISSION TAKE CONTROLS |
No edit summary |
||
| (7 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=PERMISSION_TAKE_CONTROLS | |||
|type=integer | |||
|value={{LSL Hex|0x4|4}} | |||
|desc | |||
|examples | |||
|functions= | |||
{{LSL DefineRow||[[llTakeControls]]|}} | |||
{{LSL DefineRow||[[llReleaseControls]]|Cancels any active llTakeControls ''and'' releases PERMISSION_TAKE_CONTROLS}} | |||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | |||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |||
|cat1=Controls | |||
|cat2=Permissions/Script | |||
|cat3 | |||
|cat4 | |||
}} | |||
Latest revision as of 20:45, 15 February 2009
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PERMISSION_TAKE_CONTROLS = 0x4;The integer constant PERMISSION_TAKE_CONTROLS has the value 0x4
Caveats
Related Articles
Functions
| • | llTakeControls | |||
| • | llReleaseControls | – | Cancels any active llTakeControls and releases PERMISSION_TAKE_CONTROLS | |
| • | llGetPermissions | – | Get the permissions granted | |
| • | llRequestPermissions | – | Request permissions |
Events
| • | run_time_permissions | – | Permission receiving event |