WoW:API GetBattlefieldWinner: Difference between revisions
Jump to navigation
Jump to search
(Cleaned up a bit, and added info about it being broken in 2.3.0) |
mNo edit summary |
||
| Line 15: | Line 15: | ||
==Notes== | ==Notes== | ||
: Currently in Patch 2.3. | : Currently in Patch 2.3.2 this is half broken. In Arena's it works. 0 = Green Team, 1 = Gold Team. In Battlegrounds however, it just returns 255 regardless of any winner. | ||
---- | ---- | ||
{{wowapi}} | {{wowapi}} | ||
Revision as of 19:24, 24 January 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 current battleground that the player is inside.
Notes
- Currently in Patch 2.3.2 this is half broken. In Arena's it works. 0 = Green Team, 1 = Gold Team. In Battlegrounds however, it just returns 255 regardless of any winner.