Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
This is no longer a part of the World of Warcraft API.
|
Returns enchant info for a transmog source.
visualID, name, link = C_TransmogCollection.GetIllusionSourceInfo(sourceID)
Arguments[]
- sourceID
- number
Returns[]
- visualID
- number - WeaponEnchantID
- name
- string - Enchant name
- link
- string - transmogillusion hyperlink
Patch changes[]
- Patch 7.0.3 (2016-07-19): Added.