m
Move page script moved page API GetInventoryItemQuality to WoW:API GetInventoryItemQuality without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetInventoryItemQuality to WoW:API GetInventoryItemQuality without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{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__ | ||