Get the Display Name of Multiple Avatar

16 August 2019

  • C10 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: batchgetavatardisplayname Description[wiki]: The batchgetavatardisplayname command can be used retrieve the display name of multiple avatars. Permissions[wiki]: interact Parameters[wiki]: group, password, agents Last Changes[wiki]: None. </data>

The batchgetavatardisplayname command can be used retrieve the display name of multiple avatars.

Command Required Parameters Required Corrade Permissions Example
batchgetavatardisplayname group, password, agents interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Get the display name of an avatar.
            "command", "batchgetavatardisplayname",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // or agent by UUID
            "avatars", wasListToCSV([
                "Sarge Sister",
                "4957e2a5-c604-48c7-9d91-ce61638367fc"
            ]),
            "callback", wasURLEscape(URL)
        ]
    )
);

The command will return a CSV list of:

  • avatar UUID, by
  • avatar name, by
  • display name

Notes


secondlife/scripted_agents/corrade/api/commands/batchgetavatardisplayname.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.