WoW:API GetGuildBankTabInfo: Difference between revisions
Jump to navigation
Jump to search
(PTR 0.3.0.7561 Blizzard_GuildBankUI.lua line 308) |
m (Move page script moved page API GetGuildBankTabInfo to API GetGuildBankTabInfo without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← 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 -