Difference between revisions of "AGENT LIST PARCEL OWNER"
Jump to navigation
Jump to search
(Created page with "AGENT_LIST_PARCEL_OWNER") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
AGENT_LIST_PARCEL_OWNER | <onlyinclude>{{#if: | ||
{{{{LSL Const|AGENT_LIST_PARCEL_OWNER|integer||c=}}}} | |||
}}</onlyinclude>{{#if: | |||
{{:AGENT_LIST_PARCEL_OWNER}} | |||
}}{{LSL Constant | |||
|name=AGENT_LIST_PARCEL_OWNER | |||
|type=integer | |||
|value=2 | |||
|desc=Agents on any parcel in the region where the parcel owner is the same as the owner of the parcel under the scripted object. | |||
|examples= | |||
|constants= | |||
|functions= | |||
{{LSL DefineRow||[[llGetAgentList]]|}} | |||
|events | |||
|location | |||
|cat1=Agent | |||
|cat2=Parcel | |||
|cat3 | |||
|cat4 | |||
}} |
Latest revision as of 22:43, 20 April 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_LIST_PARCEL_OWNER = 2;The integer constant AGENT_LIST_PARCEL_OWNER has the value 2
Agents on any parcel in the region where the parcel owner is the same as the owner of the parcel under the scripted object.
Caveats
Related Articles
Functions
• | llGetAgentList |