WoW API: GetNumBattlefieldScores

From AddOn Studio
Revision as of 17:33, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
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.