Returns a hyperlink for an item in the guild bank


See also Guild bank functions, Hyperlink functions.

Signature:

item = GetGuildBankItemLink(tab, slot)

Arguments:

  • tab - Index of a guild bank tab (between 1 and GetNumGuildBankTabs()) (number)
  • slot - Index of an item slot in the guild bank tab (between 1 and MAX_GUILDBANK_SLOTS_PER_TAB) (number)

Returns:

  • item - A hyperlink for the contents of the slot (string, hyperlink)