![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
itemQuality = C_Item.GetItemQuality(itemLocation)
= C_Item.GetItemQualityByID(itemInfo)
Arguments[]
GetItemQuality[]
- itemLocation
- ItemLocationMixin🔗
GetItemQualityByID[]
- itemInfo
- number|string : Item ID, Link or Name
Returns[]
- itemQuality
- Enum.ItemQuality?🔗
| Value | Field | GlobalString (enUS) | |
|---|---|---|---|
| 0 | Poor | Poor | ITEM_QUALITY0_DESC |
| 1 | Common | Common | ITEM_QUALITY1_DESC |
| 2 | Uncommon | Uncommon | ITEM_QUALITY2_DESC |
| 3 | Rare | Rare | ITEM_QUALITY3_DESC |
| 4 | Epic | Epic | ITEM_QUALITY4_DESC |
| 5 | Legendary | Legendary | ITEM_QUALITY5_DESC |
| 6 | Artifact | Artifact | ITEM_QUALITY6_DESC |
| 7 | Heirloom | Heirloom | ITEM_QUALITY7_DESC |
| 8 | WoWToken | WoW Token | ITEM_QUALITY8_DESC |
Patch changes[]
Patch 8.0.1 (2018-07-17): Added.
