Difference between revisions of "ESTATE ACCESS BANNED AGENT ADD"

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with "<onlyinclude>{{#if: <includeonly>{{Issues/SCR-293}}</includeonly> }}</onlyinclude>{{#if: }}{{LSL Constant |name=ESTATE_ACCESS_BANNED_AGENT_ADD |inject-1={{Issues/SCR-293}} |ty…")
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{#if:
{{LSL Constant
 
<includeonly>{{Issues/SCR-293}}</includeonly>
 
}}</onlyinclude>{{#if:
 
}}{{LSL Constant
|name=ESTATE_ACCESS_BANNED_AGENT_ADD
|name=ESTATE_ACCESS_BANNED_AGENT_ADD
|inject-1={{Issues/SCR-293}}
|inject-1={{Issues/SCR-293}}
|type=integer
|type=integer
|value
|value=64
|desc=
|desc=Used in input parameters of [[llManageEstateAccess]]. Add the agent to this estate's Banned residents list.
|examples=
{{LSL_Constants/llManageEstateAccess|}}
|constants=
|examples
|functions=
|constants
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
|functions=[[llManageEstateAccess]]
|events
|events
|location
|cat1=Security
|cat1=
|cat2=Region
|cat2=
|cat3=Estate
|cat3=
|cat4
|cat4
|self
}}
}}

Latest revision as of 01:20, 22 December 2013

Description

Constant: integer ESTATE_ACCESS_BANNED_AGENT_ADD = 64;

The integer constant ESTATE_ACCESS_BANNED_AGENT_ADD has the value 64

Used in input parameters of llManageEstateAccess. Add the agent to this estate's Banned residents list.

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.

Caveats

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   ESTATE_ACCESS_BANNED_AGENT_ADD can ban estate owner!

Related Articles

Deep Notes

All Issues

~ Search JIRA for related Issues
   ESTATE_ACCESS_BANNED_AGENT_ADD can ban estate owner!

Signature

integer ESTATE_ACCESS_BANNED_AGENT_ADD = 64;