Wowpedia

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

READ MORE

Wowpedia
No edit summary
No edit summary
Line 16: Line 16:
 
;''Comments''
 
;''Comments''
   
Returns 0 until [[API RequestBattlefieldPositions()|RequestBattlefieldPositions()]] was called (returns even after call of RequestBattlefieldPositions() 0? Seems bugged).
+
Returns 0 until [[API RequestBattlefieldPositions()|RequestBattlefieldPositions()]] was called (returns even after call of RequestBattlefieldPositions() 0? Seems bugged, use [[API GetPlayerMapPosition|GetPlayerMapPosition]] instead).
 
You can use [[API GetBattlefieldPosition|GetBattlefieldPosition(index)]] to retrieve the locations and names of the players.
 
You can use [[API GetBattlefieldPosition|GetBattlefieldPosition(index)]] to retrieve the locations and names of the players.

Revision as of 23:49, 9 February 2008

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 RequestBattlefieldPositions() was called (returns even after call of RequestBattlefieldPositions() 0? Seems bugged, use GetPlayerMapPosition instead). You can use GetBattlefieldPosition(index) to retrieve the locations and names of the players.