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

From Second Life Wiki
Jump to navigation Jump to search
m
Line 29: Line 29:
{{!}}}
{{!}}}
{{!}}
{{!}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{LSL Constants/Perm Flags}}
{{!}}-{{Hl2}}
! title="Permissions" {{!}} Permissions
! title="Value" {{!}} Value
!  class="unsortable" {{!}} Description
{{!}}-
{{!}} {{LSL_Const|PERM_ALL|integer|hex=0x7FFFFFFF|c=Move/Modify/Copy/Transfer permissions}}
{{!}} style="font-family:monospace;font-size:124%" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_COPY|integer|hex=0x00008000|c=Copy permission}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_MODIFY|integer|hex=0x00004000|c=Modify permission}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_MOVE|integer|hex=0x00080000|c=Move permission}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}}
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}- {{#if:{{{all|}}}<noinclude>*</noinclude>|
{{!}}-
{{!}} <s>{{LSL_Const|PERM_ENTER|integer|hex=0x00010000|c=[Deprecated] parcels, allow entry|nolink=*}}</s>
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} <s>{{LSL_Const|PERM_TERRAFORM|integer|hex=0x00020000|c=[Deprecated] parcels, allow terraform|nolink=*}}</s>
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} <s>{{LSL_Const|PERM_OWNER_DEBIT|integer|hex=0x00040000|c=[Deprecated] object, can debit money|nolink=*}}</s>
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} <s>{{LSL_Const|PERM_DAMAGE |integer|hex=0x00100000|c=[Deprecated] parcels, avatars take damage|nolink=*}}</s>
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
}}
{{!}}-  
{{!}}-  
{{!}}}
{{!}}}
{{!}}}
{{!}}}

Revision as of 22:34, 22 December 2013

Category 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 Value 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

|}