WoW API: GetGuildBankTabInfo

Revision as of 04:45, 15 August 2023 by Move page script (talk) (Move page script moved page API GetGuildBankTabInfo to API GetGuildBankTabInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetGuildBankTabInfo

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

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

Arguments

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

Returns

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 -