Get Inventory Data

6 October 2016

  • Release 9.133 - The command now can take a path instead of a name.

<data Commands> Type: Corrade progressive command Command[wiki]: getinventorydata Description[wiki]: The getinventorydata command can be used to query an item inside Corrade's inventory following the InventoryItem and InventoryFolder structures. Permissions[wiki]: inventory Parameters[wiki]: group, password, item, data Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name. </data>

The getinventorydata command can be used to query an item inside Corrade's inventory following the InventoryItem and InventoryFolder structures.

Command Required Parameters Required Corrade Permissions Example
getinventorydata group, password, item, data inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // queries the "InventoryType" and
            // "CreatorID" of the item named
            // "gun" in Corrade's inventory
            "command", "getinventorydata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape("/My Inventory/Weapons/gun"),
            "data", wasListToCSV(
                [
                    "InventoryType", 
                    "CreatorID"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

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