Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns info for a transmog slot.

isTransmogrified, hasPending, isPendingCollected, canTransmogrify, cannotTransmogrifyReason, hasUndo, isHideVisual, texture = C_Transmog.GetSlotInfo(transmogLocation)

Arguments[]

transmogLocation
TransmogLocationMixin🔗

Returns[]

isTransmogrified
boolean
hasPending
boolean - If the item is pending transmogrification
isPendingCollected
boolean
canTransmogrify
boolean
cannotTransmogrifyReason
number - The error reason index if canTransmogrify is false. See TRANSMOG_INVALID_CODES and TRANSMOGRIFY_INVALID
hasUndo
boolean - If the item is pending detransmogrification
isHideVisual
boolean - If the appearance hides the gear, e.g. Inv leather demonhunter blindfold 01 [Hidden Helm]
texture
number? : FileID

Patch changes[]

Shadowlands Patch 9.0.1 (2020-10-13): Added TransmogLocationMixin argument.
Legion Patch 7.0.3 (2016-07-19): Moved to C_Transmog.GetSlotInfo()
Cataclysm Patch 4.3.0 (2011-11-29): Added as GetTransmogrifySlotInfo()

Advertisement