Difference between revisions of "PERMISSION CONTROL CAMERA"
Jump to navigation
Jump to search
Gally Young (talk | contribs) m (oups) |
m |
||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name=PERMISSION_CONTROL_CAMERA | |||
|type=integer | |||
|value={{LSL Hex|0x800}} | |||
|desc | |||
|examples | |||
|functions= | |||
{{LSL DefineRow||[[llSetCameraParams]]|}} | |||
{{LSL DefineRow||[[llClearCameraParams]]|}} | |||
{{LSL DefineRow||[[llGetPermissions]]|Get the permissions granted}} | |||
{{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | |||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |||
|cat1=Camera | |||
|cat2 | |||
|cat3 | |||
|cat4 | |||
}} |
Revision as of 03:52, 30 January 2008
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
• | llSetCameraParams | |||
• | llClearCameraParams | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |