Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns appearance info for a transmog source.

categoryID, visualID, canEnchant, icon, isCollected, itemLink, transmogLink, unknown1, itemSubTypeIndex = C_TransmogCollection.GetAppearanceSourceInfo(sourceID)

Arguments[]

sourceID
number

Returns[]

categoryID
number : Enum.TransmogCollectionType
visualID
number
canEnchant
boolean
icon
number
isCollected
boolean - notably, this works across class boundaries, unlike GetSourceInfo() or GetAppearanceSources()
itemLink
string
transmogLink
string : transmogillusionLink
unknown1
number
itemSubTypeIndex
number - Item's Index into the related SubType Enum

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement