Skip to content

llGetAgentList

Function Syntax
list llGetAgentList(
  1. integer Scope, // The scope (region, parcel, parcel same owner) to return agents for.
  2. list Options // List of options to apply. Current unused.
);

Requests 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