C_TransmogCollection .GetAppearanceInfoBySource
Jump to navigation
Jump to search
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 | 9.1.5 |
canDisplayOnPlayer | boolean | 11.0.0 |
isAnySourceValidForPlayer | boolean | 11.0.0 |
Patch changes
Patch 7.0.3 (2016-07-19): Added.