31 July 2019
selection
optional parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.getprimitiveinventory (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getprimitiveinventory |
Description | The getprimitiveinventory command can be used to retrieve the names and UUID s of items inside a primitive inventory. |
Permissions | interact |
Parameters | group , password , item |
Last Changes | Release 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 UUID
s 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.