Difference between revisions of "Template:LSL Constants Perm Mask"
Jump to navigation
Jump to search
Rider Linden (talk | contribs) |
|||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{{!}} | |||
{{!}}- valign="top" | |||
{ | {{!}} | ||
! | {{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} | ||
{{!}}-{{Hl2}} | |||
! title="Mask" {{!}} {{LSLP|category|Category}} | |||
! title="Value" {{!}} | |||
! class="unsortable" {{!}} Description | |||
{{!}}- | |||
{{!}} {{LSL_Const|MASK_BASE|integer|0|c=The base permissions.}} | |||
{{!}} {{#var:value}} | |||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
{{!}} {{LSL_Const|MASK_OWNER|integer|1|c=Current owner permissions.}} | |||
{{!}} {{#var:value}} | |||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
{{!}} {{LSL_Const|MASK_GROUP|integer|2|c=Active group permissions.}} | |||
{{!}} {{#var:value}} | |||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
{{!}} {{LSL_Const|MASK_EVERYONE|integer|3|c=Permissions everyone has.}} | |||
{{!}} {{#var:value}} | |||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
| | {{!}} {{LSL_Const|MASK_NEXT|integer|4|c=Permissions the next owner will have.}} | ||
|} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
{ | {{!}} {{LSL_Const|MASK_COMBINED|integer|16|c=Include object inventory contents when calculating perms.}} | ||
! | {{!}} {{#var:value}} | ||
! | {{!}} {{#var:comment}}<br> | ||
Combine with other mask flags, for instance MASK_OWNER|MASK_COMBINED | |||
{{!}}} | |||
{{!}} | |||
{{LSL Constants/Perm Flags|all={{{all|<noinclude>*</noinclude>}}}}} | |||
{{!}}} | |||
| 1 | |||
| Current owner permissions. | |||
| 2 | |||
| Active group permissions. | |||
| 3 | |||
| Permissions everyone has. | |||
| 4 | |||
| Permissions the next owner will have. | |||
|} | |||
< | |||
< | |||
Latest revision as of 14:17, 12 December 2024
|
|