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

8 lines
311 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