WoW:API GetBattlefieldWinner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Forgot to change some things when changing this to another format) |
||
Line 1: | Line 1: | ||
Get the winner of the battleground | |||
battlefieldWinner = GetBattlefieldWinner() | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
None | None | ||
=== Returns === | === Returns === | ||
:battlefieldWinner | |||
: | |||
:; | :;battlefieldWinner: Integer - A code indicating the battleground winner. (nil for no one; 0 for Horde; 1 for Alliance) | ||
==Details== | ==Details== | ||
: | : Gets the winner of the current battleground that the player is inside. | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
{{wowapi}} |
Revision as of 17:30, 12 July 2006
Get the winner of the battleground
battlefieldWinner = GetBattlefieldWinner()
Parameters
Arguments
None
Returns
- battlefieldWinner
- battlefieldWinner
- Integer - A code indicating the battleground winner. (nil for no one; 0 for Horde; 1 for Alliance)
Details
- Gets the winner of the current battleground that the player is inside.