API GetGuildBankTabInfo
Talk0
98,518pages on
this wiki
this wiki
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 -