WoW API: GetGuildBankTabInfo

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetGuildBankTabInfo

Gets display / player's access information regarding a guild bank tab.

name, icon, isViewable, canDeposit, numWithdrawals, remainingWithdrawals = GetGuildBankTabInfo(tab);

Arguments[edit]

("tab")
tab
Integer - The index of the guild bank tab. (result of GetCurrentGuildBankTab())

Returns[edit]

name, icon, isViewable, canDeposit, numWithdrawals, remainingWithdrawals
name
String - Title of the bank tab.
icon
String - Path to the bank tab icon texture.
isViewable
Boolean - True if the player can click on the bank tab.
canDeposit
Boolean - True if the player can deposit items.
numWithdrawals
Integer -
remainingWithdrawals
Integer -