Difference between revisions of "PERMISSION CONTROL CAMERA"
Jump to navigation
Jump to search
m |
(worn/sat only) |
||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
{{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | {{LSL DefineRow||[[llRequestPermissions]]|Request permissions}} | ||
|events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | |events={{LSL DefineRow||[[run_time_permissions]]|Permission receiving event}} | ||
|cat1=Camera | |caveats=*This permission can only be granted if the avatar is sitting on or wearing the object containing the script.|cat1=Camera | ||
|cat2= | |cat2=Permissions/Script | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 13:56, 22 September 2010
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
- This permission can only be granted if the avatar is sitting on or wearing the object containing the script.
Related Articles
Functions
• | llSetCameraParams | |||
• | llClearCameraParams | |||
• | llGetPermissions | – | Get the permissions granted | |
• | llRequestPermissions | – | Request permissions |
Events
• | run_time_permissions | – | Permission receiving event |