Files
wow_Meta/api/GetNumGuildBankTabs.lua
2025-05-04 15:15:00 +02:00

7 lines
276 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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