Difference between revisions of "Template:LSL Constants/Perm Flags"
Jump to navigation
Jump to search
m (Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! title="Permissions" {{!}} Permissions ! title="Value" {{!}} Value ! class="unsortable" {{!}} Descript…") |
Tapple Gao (talk | contribs) (added undocumented flag 0x8000 share with group) |
||
Line 22: | Line 22: | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}} | {{!}} {{LSL_Const|PERM_TRANSFER|integer|hex=0x00002000|c=Transfer permission}} | ||
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}} | |||
{{!}} {{#var:comment}} | |||
{{!}}- | |||
{{!}} {{LSL_Const|<s>PERM_SHARE</s>|integer|hex=0x00080000|c=Share with group permission}} | |||
{{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}} | {{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} |
Revision as of 16:20, 3 September 2023
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 |
[[ |
0x00080000 | Share with group permission |
0x00010000 | [Deprecated] parcels, allow entry | |
0x00020000 | [Deprecated] parcels, allow terraform | |
0x00040000 | [Deprecated] object, can debit money | |
0x00100000 | [Deprecated] parcels, avatars take damage |