WoW:API GetBattlefieldWinner: Difference between revisions
Jump to navigation
Jump to search
(→Notes: Cleaned up the note a little) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Get the winner of the battlefield | Get the winner of the battlefield | ||
winner= GetBattlefieldWinner() | winner = GetBattlefieldWinner() | ||
== Parameters == | == Parameters == | ||
Line 11: | Line 11: | ||
==Details== | ==Details== | ||
: Gets the winner of the | : Gets the winner of the battleground that the player is currently in. | ||
{{wowapi}} | {{wowapi}} |
Revision as of 14:39, 9 April 2008
Get the winner of the battlefield
winner = GetBattlefieldWinner()
Parameters
Returns
- winner
- winner
- Integer - Faction/team that has won the battlefield. Results are: nil if nobody has won, 0 for Horde and 1 for Alliance in a battleground, 0 for Green Team and 1 for Yellow in an arena.
Details
- Gets the winner of the battleground that the player is currently in.