WoW API: GetNumBattlefieldScores

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetNumBattlefieldScores

Appears to return the number of scores in the battleground/field scoreboard:

local x = GetNumBattlefieldScores();

Which is an effective way of counting the players in a battlefield.