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

From Second Life Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
{{!}} {{LSLG|MASK_BASE}}
{{!}} {{LSLG|MASK_BASE}}
{{!}} 0
{{!}} 0
{{!}} Get the object's base permissions
{{!}} The base permissions.
{{!}}-  
{{!}}-  
{{!}} {{LSLG|MASK_OWNER}}
{{!}} {{LSLG|MASK_OWNER}}
{{!}} 1
{{!}} 1
{{!}} Get the permissions the current owner has.
{{!}} Current owner permissions.
{{!}}-  
{{!}}-  
{{!}} {{LSLG|MASK_GROUP}}
{{!}} {{LSLG|MASK_GROUP}}
{{!}} 2
{{!}} 2
{{!}} Get the permissions the object's active group has.
{{!}} Active group permissions.
{{!}}-  
{{!}}-  
{{!}} {{LSLG|MASK_EVERYONE}}
{{!}} {{LSLG|MASK_EVERYONE}}
{{!}} 3
{{!}} 3
{{!}} Get the permissions everyone has on the object.
{{!}} Permissions everyone has.
{{!}}-  
{{!}}-  
{{!}} {{LSLG|MASK_NEXT}}
{{!}} {{LSLG|MASK_NEXT}}
{{!}} 4
{{!}} 4
{{!}} Get the permissions the next owner has.
{{!}} Permissions the next owner will have.
{{!}}}
{{!}}}

Revision as of 14:30, 9 February 2007

Mask Value 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.