Files
wow_Meta/api/UseInventoryItem.lua
2025-05-04 15:15:00 +02:00

7 lines
378 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param slot number
---Activate (as with right-clicking) an equipped item. If the inventoryID passed refers to an empty slot or a slot containing an item without a "Use:" action, this function is not protected (i.e. usable only by the Blizzard UI), but also has no effect.
function UseInventoryItem(slot) end