8 lines
384 B
Lua
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
|