WoW:API GetNumBattlefieldPositions

Revision as of 20:09, 10 November 2005 by WoWWiki>Adron (Documented from Blizzard_BattlefieldMinimap.lua)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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