30 April 2027
<data Commands>
Type: Corrade progressive command
Command[wiki]: batchavatarnametokey
Description[wiki]: The batchavatarnametokey
command can be used to resolve multiple avatar names to avatar keys.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, avatars
Last Changes[wiki]: Release 9.163 - added.
</data>
The batchavatarnametokey
command can be used to resolve multiple avatar names to avatar keys.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
batchavatarkeytoname | group , password , avatars | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "batchavatarnametokey", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // resolve the following avatar keys "avatars", wasListToCSV( [ "Sleepy Resident", "CoroBoro Resident", "Swijen Norris" ] ), // send the results to this URL "callback", wasURLEscape(URL) ] ) ); |
The command will returns a CSV list of avatar names by keys - it is not guaranteed that a name could be resolved, in which case, the results will not contain the name and the resolved key.