Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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

Returns 0 until API RequestBattlefieldPositions() was called. You can use GetBattlefieldPosition(index) to retrieve the locations and names of the players.

Advertisement