6 October 2016
<data Commands>
Type: Corrade progressive command
Command[wiki]: getinventorydata
Description[wiki]: The getinventorydata
command can be used to query an item inside Corrade's inventory following the InventoryItem and InventoryFolder structures.
Permissions[wiki]: inventory
Parameters[wiki]: group
, password
, item
, data
Last Changes[wiki]: Release 9.133 - The command now can take a path instead of a name.
</data>
The getinventorydata
command can be used to query an item inside Corrade's inventory following the InventoryItem and InventoryFolder structures.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getinventorydata | group , password , item , data | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ // queries the "InventoryType" and // "CreatorID" of the item named // "gun" in Corrade's inventory "command", "getinventorydata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape("/My Inventory/Weapons/gun"), "data", wasListToCSV( [ "InventoryType", "CreatorID" ] ), "callback", wasURLEscape(URL) ] ) ); |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.