Files
wow_Meta/api/IsConsumableItem.lua
2025-05-04 14:35:26 +02:00

9 lines
378 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param itemID number
---@param itemName string
---@param itemLink string
---@return 1nil consumable
---Returns whether an item is consumable. Indicates whether the item is destroyed upon use, not necessarily whether it belongs to the "Consumable" type/class.
function IsConsumableItem(itemID, itemName, itemLink) end