15 December 2023
7 October 2016
17 December 2014
<data Commands>
Type: Corrade progressive command
Command[wiki]: searchinventory
Description[wiki]: The searchinventory
command can be used to search for items in Corrade's inventory.
Permissions[wiki]: inventory
Parameters[wiki]: group
, password
, pattern
Last Changes[wiki]: Release 9.134 - the command now returns a CSV string of item asset type by item name by item UUID (instead of the asset UUID).
</data>
The searchinventory
command can be used to search for items in Corrade's inventory.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
searchinventory | group , password , pattern | inventory | llInstantMessage(CORRADE, wasKeyValueEncode( [ // lists all the scripts and // notecards found in // Corrade's inventory "command", "searchinventory", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "pattern", wasURLEscape(".+?"), "options", wasListToCSV(["IgnoreCase", "Compiled"]), "type", wasListToCSV(["LSLText", "Notecard"]), "callback", wasURLEscape(URL) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
type | A CSV list of member names of the AssetType structure. | The type of asset to search. If this parameter is not provided, any asset type is searched. |
options | A CSV list of regular expression options. | Flags to be passed to the regular expression engine . |
The pattern
parameter is fed a regular expression that can match part or whole asset names.
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.