WoW:API GetNumBattlefieldPositions

From AddOn Studio
Revision as of 04:39, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search

Returns the number of players in the battleground that are not in your raid.

count = GetNumBattlefieldPositions()

Arguments
(none)

Returns
count
Number of players in the battleground not in your raid

Comments

You can use GetBattlefieldPosition(index) to retrieve the locations and names of the players.



Template:WoW API