Returns information about a guild bank tab
See also Guild bank functions.
Signature:
name, icon, isViewable, canDeposit, numWithdrawals, remainingWithdrawals = GetGuildBankTabInfo(tab)
Arguments:
tab- Index of a guild bank tab (between 1 andGetNumGuildBankTabs()) (number)
Returns:
name- Name of the tab (string)icon- Path to the icon texture for the tab (string)isViewable- 1 if the player is allowed to view the contents of the tab; otherwise nil (1nil)canDeposit- 1 if the player is allowed to deposit items into the tab; otherwise nil (1nil)numWithdrawals- Maximum number of items (stacks) the player is allowed to withdraw from the tab per day (number)remainingWithdrawals- Maximum number of items (stacks) the player is currently allowed to withdraw from the tab (number)