WoW:API UseInventoryItem
Jump to navigation
Jump to search
Use an item in a specific inventory slot.
Syntax
UseInventoryItem( slotID );
Arguments
- slotID
- The inventory slot ID
- You can get the slot ID by using GetInventorySlotInfo(slot)
Example
- /script UseInventoryItem( GetInventorySlotInfo("Trinket0Slot") );