Batch Get Avatar Appearance Data

22 April 2020

  • C10 - added.

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

The batchgetavatarappearancedata command can be used retrieve appearance data of multiple avatars following the AvatarAppearanceEventArgs structure.

Command Required Parameters Required Corrade Permissions Example
batchgetavatarappearancedata group, password, agents interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the visual parameters of
            // the avatar named Fuzzy Resident
            // Ana Resident and the avatar respresented
            // by UUID 3b3806df-c246-4ff4-81fb-789e623ce7cd
            "command", "batchgetavatarappearancedata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "avatars", wasListToCSV([
                "Fuzzy Resident",
                "Ana Resident",
                "3b3806df-c246-4ff4-81fb-789e623ce7cd"
            ]),
            "data", "FaceTextures",
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes


secondlife/scripted_agents/corrade/api/commands/batchgetavatarappearancedata.txt ยท Last modified: by office

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.