Difference between revisions of "Template:LSL Constants/llManageEstateAccess"

From Second Life Wiki
Jump to navigation Jump to search
m
m (fix the values of the constants)
Line 1: Line 1:
{{#if:
{{#if:


{{LSL Signature/Add|{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer|0}}
{{LSL Signature/Add|{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer|4}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer|1}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer|8}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer|2}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer|16}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer|3}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer|32}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_ADD|integer|4}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_ADD|integer|64}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer|5}}}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer|128}}}}


}}{{{!}} class="sortable" {{Prettytable}}
}}{{{!}} class="sortable" {{Prettytable}}
Line 14: Line 14:
!{{!}} Description
!{{!}} Description
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer|0}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer|4}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Add the agent to this estate's Allowed Residents list.
{{!}} Add the agent to this estate's Allowed Residents list.
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer|1}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer|8}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Remove the agent from this estate's Allowed Residents list.
{{!}} Remove the agent from this estate's Allowed Residents list.
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer|2}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer|16}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Add the group to this estate's Allowed groups list.
{{!}} Add the group to this estate's Allowed groups list.
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer|3}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer|32}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Remove the group from this estate's Allowed groups list.
{{!}} Remove the group from this estate's Allowed groups list.
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_ADD|integer|4}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_ADD|integer|64}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Add the agent to this estate's Banned residents list.
{{!}} Add the agent to this estate's Banned residents list.
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer|5}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer|128}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Remove the agent from this estate's Banned residents list.  
{{!}} Remove the agent from this estate's Banned residents list.  
{{!}}}
{{!}}}

Revision as of 11:43, 30 April 2013

action flag V Description
ESTATE_ACCESS_ALLOWED_AGENT_ADD 4 Add the agent to this estate's Allowed Residents list.
ESTATE_ACCESS_ALLOWED_AGENT_REMOVE 8 Remove the agent from this estate's Allowed Residents list.
ESTATE_ACCESS_ALLOWED_GROUP_ADD 16 Add the group to this estate's Allowed groups list.
ESTATE_ACCESS_ALLOWED_GROUP_REMOVE 32 Remove the group from this estate's Allowed groups list.
ESTATE_ACCESS_BANNED_AGENT_ADD 64 Add the agent to this estate's Banned residents list.
ESTATE_ACCESS_BANNED_AGENT_REMOVE 128 Remove the agent from this estate's Banned residents list.