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 andGetNumGuildBankTabs()
) (number
)slot
- Index of an item slot in the guild bank tab (between 1 andMAX_GUILDBANK_SLOTS_PER_TAB
) (number
)
Returns:
item
- A hyperlink for the contents of the slot (string
, hyperlink)