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

14 lines
436 B
Lua

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