BOT_INVENTORY_DELETE
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 16:15, 6 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_INVENTORY_DELETE}} <onlyinclude>Commands bot to delete an inventory item for the given UUID</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Commands bot to delete an inventory item for the given UUID
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | uuid of inventory item to delete |
Example
llMessageLinked(LINK_SET, BOT_INVENTORY_DELETE, "", "f7f22046-d5d5-54f6-03a3-8a1836efedad");
- BOT INVENTORY DELETE