WoW:API GetBattlefieldScore: Difference between revisions
Jump to navigation
Jump to search
GetBattlefieldScore -Documentation by Darjk-
Last updated: Patch 1.6.1
No edit summary |
mNo edit summary |
||
| Line 29: | Line 29: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetBattlefieldScore]] | |||
[[Category:API Battlefield Functions|GetBattlefieldScore]] | [[Category:API Battlefield Functions|GetBattlefieldScore]] | ||
Revision as of 18:40, 27 August 2005
Returns information about a player's score in battlegrounds.
name, killingBlows, honorKills, deaths, honorGained, faction, rank, race, class = GetBattlefieldScore(index);
Parameters
Arguments
- ( index )
- index
- Integer - The characters index in battlegrounds.
Returns
- name, killingBlows, honorKills, deaths, honorGained, faction, rank, race, class
- name
- String - The player's name.
- killingBlows
- Integer - Number of killing blows.
- honorKills
- Integer - Number of honourable kills.
- deaths
- Integer - The number of deaths.
- honorGained
- Integer - The amount of honour gained so far (Bonus Honour).
- faction
- Integer - ?
- rank
- Integer - The players rank (0 - 14).
- race
- String - The players race (Orc, Undead, Human, etc).
- class
- String - The players class (Mage, Hunter, Warrior, etc).