WoW:API GetContainerItemGems: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns the item IDs of the gems inserted into the item in a specified container slot. gem1, gem2, ... = GetContainerItemGems(bag, slot); == Arguments == ; bag : Num…') |
m (Move page script moved page API GetContainerItemGems to API GetContainerItemGems without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← WoW API < GetContainerItemGems
Returns item IDs of gems inserted into the item in a specified container slot.
gem1, gem2, ... = GetContainerItemGems(bag, slot);
Arguments[edit]
- 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]
- gem1, gem2, ...
- Number - Item IDs of the gems within the item in the specified container slot.