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

8 lines
384 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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