Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns information about the appearance tied to the given sourceID

info = C_TransmogCollection.GetAppearanceInfoBySource(itemModifiedAppearanceID)

Arguments[]

itemModifiedAppearanceID
number : SourceID - 2nd return value from C_TransmogCollection.GetItemInfo()

Returns[]

info
TransmogAppearanceInfoBySourceData
Field Type Description
appearanceID number
appearanceIsCollected boolean
sourceIsCollected boolean
sourceIsCollectedPermanent boolean
sourceIsCollectedConditional boolean
meetsTransmogPlayerCondition boolean
appearanceHasAnyNonLevelRequirements boolean
appearanceMeetsNonLevelRequirements boolean
appearanceIsUsable boolean
appearanceNumSources number Number of sources that have this appearanceID
sourceIsKnown boolean

Patch changes[]

Shadowlands Patch 9.1.5 (2021-11-02): Added sourceIsKnown field.
Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement