WoW:API GetNumBattlefieldScores

Revision as of 10:14, 15 May 2006 by WoWWiki>Bait the Bard (Returns the number of scores(players) in the battleground scoreboard.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.


Template:WoW API