5 lines
422 B
Lua
5 lines
422 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 |