Returns text associated with a guild bank tab. Only returns valid data after QueryGuildBankText()
has been called to retrieve the text from the server and the following GUILDBANK_UPDATE_TEXT
event has fired.
See also Guild bank functions.
Signature:
text
=
GetGuildBankText(tab)
Arguments:
tab
- Index of a guild bank tab (between 1 andGetNumGuildBankTabs()
) (number
)
Returns:
text
- Info text provided for the tab (string
)