30 April 2007
batchavatarkeytoname (Commands) | |
---|---|
Type | Corrade progressive command |
Command | batchavatarkeytoname |
Description | The batchavatarkeytoname command can be used to resolve multiple avatar keys to avatar names. |
Permissions | interact |
Parameters | group , password , avatars |
Last Changes | Release 9.163 - added. |
The batchavatarkeytoname
command can be used to resolve multiple avatar keys to avatar names.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
batchavatarkeytoname | group , password , avatars | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "batchavatarkeytoname", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // resolve the following avatar keys "avatars", wasListToCSV( [ "3272612d-d099-45f4-b2bc-3451a82f18c9", "50d91095-af9a-4fb8-b7c7-a80aa35ca0bd", "10974643-2ce1-43b3-aee5-6418a9c1ff68" ] ), // send the results to this URL "callback", wasURLEscape(URL) ] ) ); |
The command will returns a CSV list of avatar keys by names - it is not guaranteed that a key could be resolved, in which case, the results will not contain the key and the name.