Contents
← WoW API < GetContainerItemGems
Returns item IDs of gems inserted into the item in a specified container slot.
gem1, gem2, ... = GetContainerItemGems(bag, slot);
Arguments[edit | edit source]
- bag
- Number (BagId) - Index of the bag to query.
- slot
- Number - Index of the slot within the bag to query, ascending from 1.
Returns[edit | edit source]
- gem1, gem2, ...
- Number - Item IDs of the gems within the item in the specified container slot.
Community content is available under CC-BY-SA unless otherwise noted.