Get Avatar Picks

24 September 2016

  • Release 9.130 - added.
getavatarpicks (Commands)
TypeCorrade progressive command
Commandgetavatarpicks
DescriptionThe getavatarpicks retrieves the profile picks of an avatar.
Permissionsinteract
Parametersgroup, password, firstname, lastname (or agent by UUID)
Last ChangesRelease 9.130 - added.

The getavatarpicks retrieves the profile picks of an avatar.

Command Required Parameters Required Corrade Permissions Example
getavatarpicks group, password, firstname, lastname (or agent by UUID) interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // retrieve all the picks of the
            // avatar named Vassi Oppulate
            "command", "getavatarpicks",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d"
            "firstname", "Vassi",
            "lastname", "Oppulate",
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The command will return a list of pick UUID by pick name. The pick UUID can then be used, for instance, to retrieve the pick details using the getavatarpickdata.

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