Get Avatar Appearance Data

getavatarappearancedata (Commands)
TypeCorrade progressive command
Commandgetavatarappearancedata
DescriptionThe getavatarappearancedata returns fields or properties specified in data of an avatar appearance on the current simulator that Corrade is on.
Permissionsinteract
Parametersgroup, password, data, firstname, lastname (or agent by UUID)
Last Changesnone

The getavatarappearancedata returns fields or properties specified in data of an avatar appearance on the current simulator that Corrade is on.

Command Required Parameters Required Corrade Permissions Example
getavatarappearancedata group, password, data, firstname, lastname (or agent by UUID) interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the baked textures of
            // the avatar named Fuzzy Resident
            "command", "getavatarappearancedata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "firstname", "Fuzzy",
            "lastname", "Resident",
            "data", "FaceTextures",
            "callback", wasURLEscape(URL)
        ]
    )
);

The data parameter can be supplied a CSV list of fields or properties from the libopenmetaverse AvatarAppearanceEventArgs structure.

Notes


secondlife/scripted_agents/corrade/api/commands/getavatarappearancedata.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

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.