WoW API: GetRandomBGHonorCurrencyBonuses

From AddOn Studio
Revision as of 17:20, 24 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns additional rewards for completing a random battleground. hasWin, winHonor, winArena, lossHonor, lossArena = GetRandomBGCurrencyBonuses(); == Returns == ; has…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetRandomBGHonorCurrencyBonuses

Returns additional rewards for completing a random battleground.

hasWin, winHonor, winArena, lossHonor, lossArena = GetRandomBGCurrencyBonuses();

Returns

hasWin
Boolean - true if you've already won a random battleground game today, false otherwise.
winHonor
Number - amount of bonus honor currency conferred upon winning the battleground game.
winArena
Number - amount of bonus arena currency conferred upon winning the battleground game.
lossHonor
Number - amount of bonus honor currency conferred upon losing the battleground game.
lossArena
Number - amount of bonus arena currency conferred upon losing the battleground game.

History