Difference between revisions of "Template:LSL Constants Perm Mask"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 29: Line 29:
{{!}}}
{{!}}}
{{!}}
{{!}}
{{{!}}{{Prettytable}}
{{{!}} class="sortable" {{Prettytable}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! colspan="2"{{!}} Permissions
! title="Permissions" {{!}} Permissions
! Description
! title="Value" {{!}}
!  class="unsortable" {{!}} Description
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_ALL|integer|hex=0x7FFFFFFF|c=Move/Modify/Copy/Transfer permissions}}
{{!}} {{LSL_Const|PERM_ALL|integer|hex=0x7FFFFFFF|c=Move/Modify/Copy/Transfer permissions}}
{{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_COPY|integer|hex=0x00008000|c=Copy permission}}
{{!}} {{LSL_Const|PERM_COPY|integer|hex=0x00008000|c=Copy permission}}
{{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_MODIFY|integer|hex=0x00004000|c=Modify permission}}
{{!}} {{LSL_Const|PERM_MODIFY|integer|hex=0x00004000|c=Modify permission}}
{{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_MOVE|integer|hex=0x00080000|c=Move permission}}
{{!}} {{LSL_Const|PERM_MOVE|integer|hex=0x00080000|c=Move permission}}
{{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-  
{{!}}-  
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}}
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}}
{{!}} {{#var:value}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}}
{{!}}}

Revision as of 18:42, 11 September 2007

Mask Description
MASK_BASE 0 The base permissions.
MASK_OWNER 1 Current owner permissions.
MASK_GROUP 2 Active group permissions.
MASK_EVERYONE 3 Permissions everyone has.
MASK_NEXT 4 Permissions the next owner will have.
Permissions Description
PERM_ALL 0x7FFFFFFF Move/Modify/Copy/Transfer permissions
PERM_COPY 0x00008000 Copy permission
PERM_MODIFY 0x00004000 Modify permission
PERM_MOVE 0x00080000 Move permission
PERM_TRANSFER 0x00002000 Transfer permission