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…")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if:
{{{!}} class="sortable" {{Prettytable}}
 
{{LSL Signature/Add|{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer}}
{{LSL Const/Signature|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_ADD|integer}}
{{LSL Const/Signature|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer}}}}
 
}}{{{!}} class="sortable" {{Prettytable}}
{{!}}- {{Hl2}}
{{!}}- {{Hl2}}
!{{!}} '''{{LSL Param|action}}''' flag
!{{!}} '''{{LSL Param|action}}''' flag
Line 14: Line 5:
!{{!}} Description
!{{!}} Description
{{!}}-
{{!}}-
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_ADD|integer|0x4}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_AGENT_REMOVE|integer|0x8}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_ADD|integer|0x10}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_ALLOWED_GROUP_REMOVE|integer|0x20}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_ADD|integer|0x40}}
{{!}} {{#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}}
{{!}} {{LSL Const|ESTATE_ACCESS_BANNED_AGENT_REMOVE|integer|0x80}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} Remove the agent from this estate's Banned residents list.  
{{!}} Remove the agent from this estate's Banned residents list.  
{{!}}}
{{!}}}

Latest revision as of 16:38, 19 December 2013

action flag V Description
ESTATE_ACCESS_ALLOWED_AGENT_ADD 0x4 Add the agent to this estate's Allowed Residents list.
ESTATE_ACCESS_ALLOWED_AGENT_REMOVE 0x8 Remove the agent from this estate's Allowed Residents list.
ESTATE_ACCESS_ALLOWED_GROUP_ADD 0x10 Add the group to this estate's Allowed groups list.
ESTATE_ACCESS_ALLOWED_GROUP_REMOVE 0x20 Remove the group from this estate's Allowed groups list.
ESTATE_ACCESS_BANNED_AGENT_ADD 0x40 Add the agent to this estate's Banned residents list.
ESTATE_ACCESS_BANNED_AGENT_REMOVE 0x80 Remove the agent from this estate's Banned residents list.