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.
|
MASK_COMBINED
|
16
|
Include object inventory contents when calculating perms.
Combine with other mask flags, for instance MASK_OWNER|MASK_COMBINED
|
|
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
|
|