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

7 lines
431 B
Lua

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