31 July 2019
selection
optional parameter.19 May 2015
range
is now an optional parameter and not required to locate the item.getprimitiveinventorydata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getprimitiveinventorydata |
Description | The getprimitiveinventorydata command can be used to query items inside a primitive's inventory by following the InventoryItem structure. |
Permissions | interact |
Parameters | group , password , item , entity , data |
Last Changes | Release 8.12 - range is now an optional parameter and not required to locate the item. |
The getprimitiveinventorydata
command can be used to query items inside a primitive's inventory by following the InventoryItem structure.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getprimitiveinventorydata | group , password , item , entity , data | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // gets information about the // "sit" script inside a primitive // named "Chair. "command", "getprimitiveinventorydata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "item", wasURLEscape("Chair"), "range", 5, "entity", wasURLEscape("sit"), "data", wasListToCSV( [ "AssetType", "CreatorID" ] ), "callback", wasURLEscape(URL) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
range | A range in meters. | The spherical distance from Corrade in which to locate the item. |