WoW:API GetInventoryItemQuality: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:


:;unit : String - The [[API TYPE UnitId|UnitId]] of the unit whose inventory is to be queried.
:;unit : String - The [[API TYPE UnitId|UnitId]] of the unit whose inventory is to be queried.
:;slotId : Numeric - The inventory slot to be queried, obtained via [[API GetInventorySlotInfo|GetInventorySlotInfo]].
:;slotId : Numeric - The [[API TYPE InventorySlotID|inventory slot]] to be queried, obtained via [[API GetInventorySlotInfo|GetInventorySlotInfo]].
 
=== Returns ===
=== Returns ===
:quality
:quality

Revision as of 14:35, 5 October 2005

GetInventoryItemQuality - Documentation by Flickering

Return the quality of an inventory item.

quality = GetInventoryItemQuality("unit", slotId)

Parameters

Arguments

("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.

Returns

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).

Template:WoW API