m
Move page script moved page API GetBattlefieldScore to WoW:API GetBattlefieldScore without leaving a redirect
No edit summary |
m (Move page script moved page API GetBattlefieldScore to WoW:API GetBattlefieldScore without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
---- | ---- | ||
=== Returns === | === Returns === | ||
:name, killingBlows, honorKills, deaths, honorGained, faction, rank, race, class, classToken, damageDone, healingDone | :name, killingBlows, honorKills, deaths, honorGained, faction, rank, race, class, classToken, damageDone, healingDone, bgRating, ratingChange | ||
:;name : String - The player's name, with their server name attached if from a different server to the player. | :;name : String - The player's name, with their server name attached if from a different server to the player. | ||
| Line 26: | Line 26: | ||
:;damageDone: Integer - The amount of damage done. | :;damageDone: Integer - The amount of damage done. | ||
:;healingDone: Integer - The amount of healing done. | :;healingDone: Integer - The amount of healing done. | ||
:;bgRating: Integer - The players current battleground rating. (0 if not rated) | |||
:;ratingChange: Integer - The rating change (0 if not rated) | |||
---- | ---- | ||
=== Example === | === Example === | ||
How to count the number of players in each faction. | How to count the number of players in each faction. | ||