WoW:API GetNumBattlefieldPositions: Difference between revisions
Jump to navigation
Jump to search
(Documented from Blizzard_BattlefieldMinimap.lua) |
No edit summary |
||
Line 20: | Line 20: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
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.