WoW:API GetInventoryItemID: Difference between revisions

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


== Arguments ==
== Arguments ==
("unit", slotId)
;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.
;invSlot : Number ([[InventorySlotId]]) - index of the inventory slot to query.
;invSlot : Number ([[InventorySlotId]]) - index of the inventory slot to query.

Revision as of 08:41, 28 June 2010

WoW API < GetInventoryItemID

Returns the item id of the item in the specified inventory slot

itemId = GetInventoryItemID("unit", invSlot);

Arguments

unit
String - The UnitId of the unit whose inventory is to be queried.
invSlot
Number (InventorySlotId) - index of the inventory slot to query.

Returns

itemId
Number - item id of the item in the inventory slot; nil if there is no item.