Get Wearables

<data Commands> Type: Corrade progressive command Command[wiki]: getwearables Description[wiki]: The getwearables command returns a CSV list of wearable types by names that are currently worn. Permissions[wiki]: grooming Parameters[wiki]: group, password Last Changes[wiki]: none </data>

The getwearables command returns a CSV list of wearable types by names that are currently worn.

Command Required Parameters Required Corrade Permissions Example
getwearables group, password grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // returns all the wearable
            // types and names currently
            // being worn by the bot
            "command", "getwearables",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes


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