Resolve a List of Avatar Keys to Names

30 April 2007

  • Release 9.163 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: batchavatarkeytoname Description[wiki]: The batchavatarkeytoname command can be used to resolve multiple avatar keys to avatar names. Permissions[wiki]: interact Parameters[wiki]: group, password, avatars Last Changes[wiki]: Release 9.163 - added. </data>

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.

Notes

  • If you want to resolve avatar names to keys, you can use the reverse command batchavatarnametokey.

secondlife/scripted_agents/corrade/api/commands/batchavatarkeytoname.txt ยท Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.