6 lines
267 B
Lua
6 lines
267 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numTabs
|
|
---Returns the number of purchased tabs in the guild bank. Returns valid information even if the player is not interacting with a guild bank vault.
|
|
function GetNumGuildBankTabs() end
|