Get Primitive Inventory Data

31 July 2019

  • C10 - added the selection optional parameter.

19 May 2015

  • Release 8.12 - range is now an optional parameter and not required to locate the item.

<data Commands> Type: Corrade progressive command Command[wiki]: getprimitiveinventorydata Description[wiki]: The getprimitiveinventorydata command can be used to query items inside a primitive's inventory by following the InventoryItem structure. Permissions[wiki]: interact Parameters[wiki]: group, password, item, entity, data Last Changes[wiki]: Release 8.12 - range is now an optional parameter and not required to locate the item. </data>

The getprimitiveinventorydata command can be used to query items inside a primitive's inventory by following the InventoryItem structure.

Command Required Parameters Required Corrade Permissions Example
getprimitiveinventorydata group, password, item, entity, data interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets information about the
            // "sit" script inside a primitive
            // named "Chair.
            "command", "getprimitiveinventorydata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape("Chair"),
            "range", 5,
            "entity", wasURLEscape("sit"),
            "data", wasListToCSV(
                [
                    "AssetType",
                    "CreatorID"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

Notes


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