Template:LSL Constants/Perm Flags: Difference between revisions
Jump to navigation
Jump to search
Tapple Gao (talk | contribs) Undo revision 1214445 by Tapple Gao (talk) Tag: Undo |
Tapple Gao (talk | contribs) Undo revision 1214444 by Tapple Gao (talk) Tag: Undo |
||
| 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}} | {{!}} style="font-family:monospace;font-size:124%;" {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
Latest revision as of 16:38, 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 |
| 0x00010000 | [Deprecated] parcels, allow entry | |
| 0x00020000 | [Deprecated] parcels, allow terraform | |
| 0x00040000 | [Deprecated] object, can debit money | |
| 0x00100000 | [Deprecated] parcels, avatars take damage |