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

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{!}}- valign="top"
{{!}}- valign="top"
{{!}}
{{!}}
{{{!}}{{Prettytable}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! colspan="2"{{!}} Mask
! title="Mask" {{!}} {{LSLP|category|Category}}
! Description
! title="Value" {{!}}
! class="unsortable" {{!}} Description
{{!}}-
{{!}}-
{{!}} {{LSL_Const|MASK_BASE|integer|0|c=The base permissions.}}
{{!}} {{LSL_Const|MASK_BASE|integer|0|c=The base permissions.}}
Line 28: Line 29:
{{!}}}
{{!}}}
{{!}}
{{!}}
{{{!}}{{Prettytable}}
{{LSL Constants/Perm Flags|all={{{all|<noinclude>*</noinclude>}}}}}
{{!}}-{{Hl2}}
! colspan="2"{{!}} Permissions
! Description
{{!}}-
{{!}} {{LSL_Const|PERM_ALL|integer|hex=0x7FFFFFFF|c=Move/Modify/Copy/Transfer permissions}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_COPY|integer|hex=0x00008000|c=Copy permission}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_MODIFY|integer|hex=0x00004000|c=Modify permission}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_MOVE|integer|hex=0x00080000|c=Move permission}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}-
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}}

Latest revision as of 22:36, 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
PERM_ENTER 0x00010000 [Deprecated] parcels, allow entry
PERM_TERRAFORM 0x00020000 [Deprecated] parcels, allow terraform
PERM_OWNER_DEBIT 0x00040000 [Deprecated] object, can debit money
PERM_DAMAGE 0x00100000 [Deprecated] parcels, avatars take damage