Difference between revisions of "Template:LSL Constants/Permissions"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
{{!}} {{LSL Hex|0x2}}
{{!}} {{LSL Hex|0x2}}
{{!}} take {{LSLG|money}} from agent's account
{{!}} take {{LSLG|money}} from agent's account
{{!}} owner
{{!}} Owner
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_TAKE_CONTROLS}}
{{!}} {{LSLG|PERMISSION_TAKE_CONTROLS}}
{{!}} {{LSL Hex|0x4}}
{{!}} {{LSL Hex|0x4}}
{{!}} take agent's {{LSLG|control|controls}}
{{!}} take agent's {{LSLG|control|controls}}
{{!}} anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_TRIGGER_ANIMATION}}
{{!}} {{LSLG|PERMISSION_TRIGGER_ANIMATION}}
{{!}} {{LSL Hex|0x10}}
{{!}} {{LSL Hex|0x10}}
{{!}} trigger {{LSLGC|Animation}} on agent
{{!}} trigger {{LSLGC|Animation}} on agent
{{!}} anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_ATTACH}}
{{!}} {{LSLG|PERMISSION_ATTACH}}
{{!}} {{LSL Hex|0x20}}
{{!}} {{LSL Hex|0x20}}
{{!}} {{LSLGC|Attachment|attach/detach}} from agent
{{!}} {{LSLGC|Attachment|attach/detach}} from agent
{{!}} owner
{{!}} Owner
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_CHANGE_LINKS}}
{{!}} {{LSLG|PERMISSION_CHANGE_LINKS}}
{{!}} {{LSL Hex|0x80}}
{{!}} {{LSL Hex|0x80}}
{{!}} change {{LSLGC|Link|links}}
{{!}} change {{LSLGC|Link|links}}
{{!}} owner
{{!}} Owner
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_TRACK_CAMERA}}
{{!}} {{LSLG|PERMISSION_TRACK_CAMERA}}
{{!}} {{LSL Hex|0x400}}
{{!}} {{LSL Hex|0x400}}
{{!}} track the agent's {{LSLGC|Camera|camera}} {{LSLG|Position|position}} and {{LSLG|rotation}}
{{!}} track the agent's {{LSLGC|Camera|camera}} {{LSLG|Position|position}} and {{LSLG|rotation}}
{{!}} anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_CONTROL_CAMERA}}
{{!}} {{LSLG|PERMISSION_CONTROL_CAMERA}}
{{!}} {{LSL Hex|0x800}}
{{!}} {{LSL Hex|0x800}}
{{!}} {{LSLG|control}} the agent's camera
{{!}} {{LSLG|control}} the agent's camera
{{!}} anyone
{{!}} Anyone
{{#ifeq:{{{flags|}}}|all|
{{#ifeq:{{{flags|}}}|all|
{{!}}-  
{{!}}-  

Revision as of 11:44, 13 February 2007

Constants Value Action Granter
PERMISSION_DEBIT 0x2 take money from agent's account Owner
PERMISSION_TAKE_CONTROLS 0x4 take agent's controls Anyone
PERMISSION_TRIGGER_ANIMATION 0x10 trigger Animation on agent Anyone
PERMISSION_ATTACH 0x20 attach/detach from agent Owner
PERMISSION_CHANGE_LINKS 0x80 change links Owner
PERMISSION_TRACK_CAMERA 0x400 track the agent's camera position and rotation Anyone
PERMISSION_CONTROL_CAMERA 0x800 control the agent's camera Anyone
Constants Value Action Granter
PERMISSION_DEBIT 0x2 take money from agent's account Owner
PERMISSION_TAKE_CONTROLS 0x4 take agent's controls Anyone
PERMISSION_TRIGGER_ANIMATION 0x10 trigger Animation on agent Anyone
PERMISSION_ATTACH 0x20 attach/detach from agent Owner
PERMISSION_CHANGE_LINKS 0x80 change links Owner
PERMISSION_TRACK_CAMERA 0x400 track the agent's camera position and rotation Anyone
PERMISSION_CONTROL_CAMERA 0x800 control the agent's camera Anyone
Unimplemented permissions:
PERMISSION_REMAP_CONTROLS 0x8 permission to remap agent's controls. Anyone
PERMISSION_RELEASE_OWNERSHIP 0x40 permission to release ownership.
the concept of public objects has been removed from SL
Owner
PERMISSION_CHANGE_JOINTS 0x100 permission to change joints. Owner
PERMISSION_CHANGE_PERMISSIONS 0x200 permission to change permissions. Owner
unknown 0x1 unknown Anyone
unknown 0x800 < Value unknown Anyone