31 July 2019
selection
optional parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.
<data Commands>
Type: Corrade progressive command
Command[wiki]: getprimitiveinventory
Description[wiki]: The getprimitiveinventory
command can be used to retrieve the names and UUID
s of items inside a primitive inventory.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, item
Last Changes[wiki]: Release 8.12 - range
is now an optional parameter and not required to locate the item.
</data>
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 For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.