WoW API: GetGuildBankTabInfo

From AddOn Studio
Revision as of 18:13, 15 November 2007 by WoWWiki>KarlThePagan (PTR 0.3.0.7561 Blizzard_GuildBankUI.lua line 308)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

("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 -