Inventory controls for sending items and so on
Command | About |
---|---|
SetInventoryUpdate | Attachs an event for inventory changes |
UploadMediaWave | Uploads a new sound file to inventory |
RezObject | rezs the item at the bots current location |
RenameInventory | renames a folder or inventory item |
DeleteInventoryItem | Attempts to Remove the given inventory item |
DeleteInventoryFolder | Attempts to Remove the given inventory folder |
Attach | Attempts to attach the given inventory item |
Detach | Attempts to Detach the given inventory item (or attachment point) |
SwapOutfit | Replaces the current avatar outfit with the contents of the given folder |
Outfit | Replaces the current avatar outfit with the Clothing/[NAME] folder Please note: This does not use the outfits folder! Please do not use links in the folder! |
InventoryPurgeNotecards | Searchs the notecards folder for notecards, any older than 31 days are deleted. Depending on the number of notecards this might require multiple calls! |
GetRealUUID | converts a inventory uuid to a realworld uuid Needed for texture preview |
SendItemByPath | sends a item to an avatar via a path |
SendItem | sends a item to an avatar |
SendItemDirect | sends a item to an avatar with extra steps to bypass inventory searchs |
SendFolderByPath | Sends a folder to an avatar |
SendFolder | Sends a folder to an avatar |
TransferInventoryToObject | Transfers a item [ARG 2] to a objects inventory [ARG 1] (And if set with the script running state [ARG 3]) |
InventoryFolders | Requests the inventory folder layout as a json object InventoryMapFolder Formated as follows InventoryMapItem
|
InventoryFoldersLimited | Requests folders limited to selected folder |
InventoryContents | Requests the contents of a folder as an array of InventoryMapItem Formated as follows InventoryMapItem
|
CreateInventoryFolder | creates a folder in a folder |
MoveInventoryItem | moves an item to another folder |
MoveInventoryFolder | moves a folder to another folder |