Get Wearables and Inventory Path

28 April 2021

  • C11 - added.
getwearablespath (Commands)
TypeCorrade progressive command
Commandgetwearablespath
DescriptionThe getwearablespath command returns a CSV list of wearable types by inventory path that are currently worn.
Permissionsgrooming
Parametersgroup, password
Last ChangesC11 - added

The getwearablespath command returns a CSV list of wearable types by inventory path that are currently worn.

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

Notes

  • This is a convenience command and if inventory paths are not desirable then the getwearables command might perform faster.

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