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

9 lines
308 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