Files
wow-weakauras/Meta/api/GetNumBattlefieldStats.lua
2024-11-07 23:12:37 +01:00

5 lines
426 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number numStats
---Returns the number of battleground-specific statistics on the current battleground's scoreboard. Battleground-specific statistics include flags captured in Warsong Gulch, towers assaulted in Alterac Valley, etc. For the name and icon associated with each statistic, see GetBattlefieldStatInfo().
function GetNumBattlefieldStats() end