WoW API: GetInventoryItemGems

Revision as of 22:50, 29 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns item ids of the gems socketed in the item in the specified inventory slot. gem1, gem2, ... = GetInventoryItemGems(invSlot); == Arguments == ; invSlot : Numbe…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetInventoryItemGems

Returns item ids of the gems socketed in the item in the specified inventory slot.

gem1, gem2, ... = GetInventoryItemGems(invSlot);

Arguments

invSlot
Number (InventorySlotId) - Index of the inventory slot to query.

Returns

gem1, gem2, ...
Number - Item ID of the gem(s) socketed within the item in the queried slot.