Files
wow_Meta/api/IsDressableItem.lua
2025-05-04 15:15:00 +02:00

10 lines
317 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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