Files
wow_Meta/api/GetNumGuildBankTabs.lua
2024-12-16 13:13:08 +01:00

5 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