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