Returns information about guild bank tab privileges for the guild rank currently being edited. Used in the default UI's guild control panel.
See also Guild bank functions.
Signature:
canView, canDeposit, canUpdateText, numWithdrawls = GetGuildBankTabPermissions(tab)
Arguments:
tab- Index of a guild bank tab (between 1 andGetNumGuildBankTabs()) (number)
Returns:
canView- 1 if the guild rank has permission to view the tab's contents; otherwise nil. (1nil)canDeposit- 1 if the guild rank has permission to deposit items into the tab; otherwise nil. (1nil)canUpdateText- 1 if the guild rank can update the tab's info text; otherwise nil. (1nil)numWithdrawls- Maximum number of withdrawals per day the guild rank is allowed for the given tab. (number)