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

From Second Life Wiki
Jump to navigation Jump to search
Line 3: Line 3:
! Value
! Value
! Action
! Action
! Category
! Granter
! Granter
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_DEBIT}}
{{!}} {{LSLG|PERMISSION_DEBIT}}
{{!}} {{LSL Hex|0x2}}
{{!}} {{LSL Hex|0x2}}
{{!}} take {{LSLG|money}} from agent's account
{{!}} take money from agent's account
{{!}} {{LSLGC|Money}}
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 13: Line 15:
{{!}} {{LSL Hex|0x4}}
{{!}} {{LSL Hex|0x4}}
{{!}} take agent's {{LSLG|control|controls}}
{{!}} take agent's {{LSLG|control|controls}}
{{!}} {{LSLGC|Control}}
{{!}} Anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
Line 18: Line 21:
{{!}} {{LSL Hex|0x10}}
{{!}} {{LSL Hex|0x10}}
{{!}} trigger {{LSLGC|Animation}} on agent
{{!}} trigger {{LSLGC|Animation}} on agent
{{!}} {{LSLGC|Animation}}
{{!}} Anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
Line 23: Line 27:
{{!}} {{LSL Hex|0x20}}
{{!}} {{LSL Hex|0x20}}
{{!}} {{LSLGC|Attachment|attach/detach}} from agent
{{!}} {{LSLGC|Attachment|attach/detach}} from agent
{{!}} {{LSLGC|Attachment}}
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 28: Line 33:
{{!}} {{LSL Hex|0x80}}
{{!}} {{LSL Hex|0x80}}
{{!}} change {{LSLGC|Link|links}}
{{!}} change {{LSLGC|Link|links}}
{{!}} {{LSLGC|Link}}
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 33: Line 39:
{{!}} {{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}}
{{!}} {{LSLGC|Camera}}
{{!}} Anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
{{!}} {{LSLG|PERMISSION_CONTROL_CAMERA}}
{{!}} {{LSLG|PERMISSION_CONTROL_CAMERA}}
{{!}} {{LSL Hex|0x800}}
{{!}} {{LSL Hex|0x800}}
{{!}} {{LSLG|control}} the agent's camera
{{!}} control the agent's camera
{{!}} {{LSLGC|Camera}}
{{!}} Anyone
{{!}} Anyone
{{!}}-
{{#ifeq:{{{flags|}}}|all|
{{#ifeq:{{{flags|}}}|all|
{{!}}-  
{{!}}-  
Line 46: Line 55:
{{!}} {{LSL Hex|0x8}}
{{!}} {{LSL Hex|0x8}}
{{!}} permission to remap agent's controls.
{{!}} permission to remap agent's controls.
{{!}} {{LSLGC|Control}}
{{!}} Anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
Line 51: Line 61:
{{!}} {{LSL Hex|0x40}}
{{!}} {{LSL Hex|0x40}}
{{!}} permission to release ownership. <br />the concept of public objects has been removed from SL
{{!}} permission to release ownership. <br />the concept of public objects has been removed from SL
{{!}} ???
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 56: Line 67:
{{!}} {{LSL Hex|0x100}}
{{!}} {{LSL Hex|0x100}}
{{!}} permission to change joints.
{{!}} permission to change joints.
{{!}} ???
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 61: Line 73:
{{!}} {{LSL Hex|0x200}}
{{!}} {{LSL Hex|0x200}}
{{!}} permission to change permissions.
{{!}} permission to change permissions.
{{!}} {{LSLGC|Permissions/Asset}}
{{!}} Owner
{{!}} Owner
{{!}}-  
{{!}}-  
Line 66: Line 79:
{{!}} {{LSL Hex|0x1}}
{{!}} {{LSL Hex|0x1}}
{{!}} unknown
{{!}} unknown
{{!}} ???
{{!}} Anyone
{{!}} Anyone
{{!}}-  
{{!}}-  
Line 71: Line 85:
{{!}} {{LSL Hex|0x800}} < Value
{{!}} {{LSL Hex|0x800}} < Value
{{!}} unknown
{{!}} unknown
{{!}} ???
{{!}} Anyone
{{!}} Anyone
}}
}}
{{!}}}<noinclude>{{LSL Constants/Permissions|flags=all}}</noinclude>
{{!}}}<noinclude>{{LSL Constants/Permissions|flags=all}}</noinclude>

Revision as of 14:09, 14 February 2007

Constants Value Action Category Granter
PERMISSION_DEBIT 0x2 take money from agent's account Money Owner
PERMISSION_TAKE_CONTROLS 0x4 take agent's controls Control Anyone
PERMISSION_TRIGGER_ANIMATION 0x10 trigger Animation on agent Animation Anyone
PERMISSION_ATTACH 0x20 attach/detach from agent Attachment Owner
PERMISSION_CHANGE_LINKS 0x80 change links Link Owner
PERMISSION_TRACK_CAMERA 0x400 track the agent's camera position and rotation Camera Anyone
PERMISSION_CONTROL_CAMERA 0x800 control the agent's camera Camera Anyone
Constants Value Action Category Granter
PERMISSION_DEBIT 0x2 take money from agent's account Money Owner
PERMISSION_TAKE_CONTROLS 0x4 take agent's controls Control Anyone
PERMISSION_TRIGGER_ANIMATION 0x10 trigger Animation on agent Animation Anyone
PERMISSION_ATTACH 0x20 attach/detach from agent Attachment Owner
PERMISSION_CHANGE_LINKS 0x80 change links Link Owner
PERMISSION_TRACK_CAMERA 0x400 track the agent's camera position and rotation Camera Anyone
PERMISSION_CONTROL_CAMERA 0x800 control the agent's camera Camera Anyone
Unimplemented permissions:
PERMISSION_REMAP_CONTROLS 0x8 permission to remap agent's controls. Control 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. Permissions/Asset Owner
unknown 0x1 unknown ??? Anyone
unknown 0x800 < Value unknown ??? Anyone