WoW:API GetNumBattlefieldPositions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the number of players in the battleground that are not in your raid. | Returns the number of players in the battleground that are not in your raid. | ||
Line 16: | Line 17: | ||
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 17:32, 6 January 2007
← WoW API < GetNumBattlefieldPositions
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.