Difference between revisions of "PERMISSION CONTROL CAMERA"

From Second Life Wiki
Jump to navigation Jump to search
 
(worn/sat only)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[LSL Permissions/Script/PERMISSION_CONTROL_CAMERA]]
{{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}}
|caveats=*This permission can only be granted if the avatar is sitting on or wearing the object containing the script.|cat1=Camera
|cat2=Permissions/Script
|cat3
|cat4
}}

Latest revision as of 13:56, 22 September 2010

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.
All Issues ~ Search JIRA for related Bugs

Related Articles

Functions

•  llSetCameraParams
•  llClearCameraParams
•  llGetPermissions Get the permissions granted
•  llRequestPermissions Request permissions

Events

•  run_time_permissions Permission receiving event

Deep Notes

Search JIRA for related Issues

Signature

integer PERMISSION_CONTROL_CAMERA = 0x800;