Files
wow-weakauras/Meta/api/IsDressableItem.lua
2024-11-07 23:12:37 +01:00

8 lines
318 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param itemID number
---@param itemName string
---@param itemLink string
---@return 1nil isDressable
---Returns whether an item's appearance can be previewed using the Dressing Room feature
function IsDressableItem(itemID, itemName, itemLink) end