31 July 2019
selection optional parameter.19 May 2015
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.
timeout parameter with a time in milliseconds larger than the default
might make the command return the inventory.For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.