GetVoidItemHyperlinkString

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

Returns the item link of an item in void storage.

itemLink = GetVoidItemHyperlinkString(voidSlot)

Arguments

voidSlot
number - index of the void storage slot to query, ascending from 1.
Note: The index starts from top to bottom first (vertically), then left to right (horizontally), and then continues the same process with the next tab.

Returns

itemLink
string - item link of the item in the queried void storage slot; nil if the slot is empty.

Patch changes

Cataclysm Patch 4.3.0 (2011-11-29): Added.

See also