ll.GetAgentList (Scope: number, Options: list) -> listRequests a list of agents currently in the region, limited by the scope parameter. Returns a list [key UUID-0, key UUID-1, ..., key UUID-n] or [string error_msg] - returns avatar keys for all agents in the region limited to the area(s) specified by scope
ll.GetAgentList(3.14, {})
{
"def": "func",
"desc": "Requests a list of agents currently in the region, limited by the scope parameter.\nReturns a list [key UUID-0, key UUID-1, ..., key UUID-n] or [string error_msg] - returns avatar keys for all agents in the region limited to the area(s) specified by scope",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAgentList",
"private": false,
"takesSelf": false,
"name": "GetAgentList",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Scope",
"desc": "The scope (region, parcel, parcel same owner) to return agents for.",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "List of options to apply. Current unused.",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}