Get Primitive Inventory

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.
getprimitiveinventory (Commands)
TypeCorrade progressive command
Commandgetprimitiveinventory
DescriptionThe getprimitiveinventory command can be used to retrieve the names and UUIDs of items inside a primitive inventory.
Permissionsinteract
Parametersgroup, password, item
Last ChangesRelease 8.12 - range is now an optional parameter and not required to locate the item.

The getprimitiveinventory command can be used to retrieve the names and UUIDs of items inside a primitive inventory.

Command Required Parameters Required Corrade Permissions Example
getprimitiveinventory group, password, item interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // gets the inventory of the
            // object named "Chair"
            "command", "getprimitiveinventory",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape("Chair"),
            "range", 5,
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

The return value will be stored in the value of the key inventory as a CSV list of names by UUIDs.

Notes

  • Note that large inventories might time out when using this command such that passing the global timeout parameter with a time in milliseconds larger than the default $60s$ might make the command return the inventory.

secondlife/scripted_agents/corrade/api/commands/getprimitiveinventory.txt ยท Last modified: 2023/08/14 22:44 by office

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.