WoW:API GetInventoryItemQuality: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API GetInventoryItemQuality to API GetInventoryItemQuality without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>'''GetInventoryItemQuality''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Return the quality of an inventory item.
Return the quality of an inventory item.
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
Line 16: Line 17:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Inventory Functions|GetInventoryItemQuality]]

Latest revision as of 04:46, 15 August 2023

WoW API < GetInventoryItemQuality

Return the quality of an inventory item.

quality = GetInventoryItemQuality("unit", slotId)

Parameters[edit]

Arguments[edit]

("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[edit]

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