Difference between revisions of "ESTATE ACCESS ALLOWED AGENT REMOVE"
Jump to navigation
Jump to search
(create constant for llManageEstateAccess function) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=8 | |value=8 | ||
|desc=Used in input parameters of [[llManageEstateAccess]] . | |desc=Used in input parameters of [[llManageEstateAccess]] . Remove an agent to this estate's Allowed Residents list | ||
{{LSL_Constants/llManageEstateAccess|}} | {{LSL_Constants/llManageEstateAccess|}} | ||
|examples | |examples |
Latest revision as of 11:08, 30 April 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ESTATE_ACCESS_ALLOWED_AGENT_REMOVE = 8;The integer constant ESTATE_ACCESS_ALLOWED_AGENT_REMOVE has the value 8
Used in input parameters of llManageEstateAccess . Remove an agent to this estate's Allowed 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