Get Avatar Positions
getavatarpositions (Commands) |
Type | Corrade progressive command |
Command | getavatarpositions |
Description | The getavatarpositions returns a CSV list of avatar names by UUID s by positions within the current region that the bot is on. |
Permissions | interact |
Parameters | group , password , entity |
Last Changes | Release 8.22 - added the optional region parameter. |
The getavatarpositions
returns a CSV
list of avatar names by UUID
s by positions within the current region that the bot is on.
Command | Required Parameters | Required Corrade Permissions | Example |
getavatarpositions | group , password , entity | interact | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// returns the avatar positions
// in the current region
"command", "getavatarpositions",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"entity", "region",
"callback", wasURLEscape(URL)
]
)
);
|
Parameter | Possible Value | Sub-Parameter | Sub-Parameter Value | Description |
entity | region | | | Gets the avatar positions in the current region. |
parcel | position | A positional vector within the parcel to examine. | Gets the avatar positions in the current parcel. |
Optional Parameter | Possible Values | Description |
region | A string representing a region name. | Attempt to perform the command on the specified region. Note that Corrade must be connected to that region. If in doubt, please use the getconnectedregions command to determine whether the region you want to specify is currently connected. |
Notes