WoW:API GetNumBattlefieldPositions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Documented from Blizzard_BattlefieldMinimap.lua)
 
No edit summary
Line 20: Line 20:


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|GetNumBattlefieldPositions]]
[[Category:API Battlefield Functions|GetNumBattlefieldPositions]]

Revision as of 04:39, 4 January 2006

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