GetVoidTransferWithdrawalInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.3.0

Returns info for the item being withdrawn from the Void Storage.

itemID, textureName = GetVoidTransferWithdrawalInfo(slotIndex)

Arguments

slotIndex
number - Index ranging from 1 to VOID_WITHDRAW_MAX

Returns

itemID
number - Item ID
textureName
string - Item Icon
API GetVoidTransferWithdrawalInfo.png

Example

70920  [Bracers of the Fiery Path]

/dump GetVoidTransferWithdrawalInfo(1)
=> 70920, "Interface\Icons\inv_bracer_plate_raiddeathknight_j_01"