LSL Permissions/Script/PERMISSION CONTROL CAMERA: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|desc | |desc | ||
|examples | |examples | ||
|functions={{LSL DefineRow||[[llGetPermissions]]|}} | |functions= | ||
{{LSL DefineRow||[[llClearCameraParams]]|}} | |||
{{LSL DefineRow||[[llSetCameraParams]]|}} | |||
{{LSL DefineRow||[[llGetPermissions]]|}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|}} | {{LSL DefineRow||[[llRequestPermissions]]|}} | ||
|events={{LSL DefineRow||[[run_time_permissions]]|}} | |events={{LSL DefineRow||[[run_time_permissions]]|}} |
Revision as of 17:42, 27 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PERMISSION_CONTROL_CAMERA = 0x800;The integer constant PERMISSION_CONTROL_CAMERA has the value 0x800
Caveats
Related Articles
Functions
• | llClearCameraParams | |||
• | llSetCameraParams | |||
• | llGetPermissions | |||
• | llRequestPermissions |
Events
• | run_time_permissions |