Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns how an item can interact with transmogrification.
canBeChanged, noChangeReason, canBeSource, noSourceReason = C_Transmog.GetItemInfo(itemID)
Arguments[]
- itemID
- number - ID of the item to query.
Returns[]
- canBeChanged
- boolean - true if the item can be transmogrified to look like another.
- noChangeReason
- String/nil - if the item cannot be transmogrified, a token identifying the reason; otherwise nil.
- "INVALID_TYPE" : items of this type cannot be transmogrified (e.g. fishing poles, or non-equippable items)
- "NO_ITEM" : player does not have the item.
- canBeSource
- boolean - true if the appearance of this item can be transferred to another.
- noSourceReason
- String/nil - if the item cannot be used to transmogrify another, a token identifying the reason; otherwise nil.
See also[]
Patch changes[]
- Patch 7.0.3 (2016-07-19): Moved from GetItemTransmogrifyInfo to C_Transmog.GetItemInfo.