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

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with "{{#if: {{LSL Signature/Add|{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer}} {{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer}} {{LSL Const/Signatu…")
 
Line 15: Line 15:
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_ADD|integer}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer}}
{{!}} {{#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 21:54, 22 June 2012

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