WoW API: GetInventoryItemQuality

WoW API < GetInventoryItemQuality

Return the quality of an inventory item.

quality = GetInventoryItemQuality("unit", slotId)

ParametersEdit

ArgumentsEdit

("unit", slotId)
unit
String - The UnitId of the unit whose inventory is to be queried.
slotId
Numeric - The inventory slot to be queried, obtained via GetInventorySlotInfo.

ReturnsEdit

quality
quality
Numeric - The quality index of the item in the specified slot, or nil if the slot is empty. (Quality names are ITEM_QUALITY<num>_DESC).