Files
wow_Meta/api/IsConsumableAction.lua
2024-12-16 13:13:08 +01:00

6 lines
376 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 1nil isConsumable
---Returns whether using an action consumes an item. Applies both to consumable items (such as food and potions) and to spells which use a reagent (e.g. Prayer of Fortitude, Divine Intervention, Water Walking, Portal: Dalaran).
function IsConsumableAction(slot) end