Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns info for a Void Storage slot.
itemID, textureName, locked, recentDeposit, isFiltered, quality = GetVoidItemInfo(tabIndex, slotIndex)
Arguments[]
- tabIndex
- number - Index ranging from 1 to 2
- slotIndex
- number - Index ranging from 1 to VOID_STORAGE_MAX
Returns[]
- itemID
- number - Item ID
- textureName
- string - Item Icon
- locked
- boolean - If the item is locked (e.g. picked up by the mouse cursor)
- recentDeposit
- boolean - If the item has been recently deposited (glow effect)
- isFiltered
- boolean - If the item is filtered by the search function (greyed/blacked out)
- quality
- number - The quality of the item. The value is 0 to 7, which represents Poor to Heirloom. This appears to include gains from upgrades/bonuses.
Example[]
70920 [Bracers of the Fiery Path]
/dump GetVoidTransferDepositInfo(1)
=> 70920, "Interface\Icons\inv_bracer_plate_raiddeathknight_j_01", false, false, false