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

13 lines
427 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return boolean isTransmogrified
---@return boolean canTransmogrify
---@return number cannotTransmogrifyReason
---@return boolean hasPending
---@return boolean hasUndo
---@return itemID visibleItemID
---@return textureName textureName
---Return informations about transmogrified items worn by player.
function GetTransmogrifySlotInfo(slot) end