WoW:API GetInventoryItemGems: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API GetInventoryItemGems to API GetInventoryItemGems without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetInventoryItemGems

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

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

Arguments[edit]

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

Returns[edit]

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