WoW API: GetHolidayBGHonorCurrencyBonuses

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetHolidayBGHonorCurrencyBonuses to API GetHolidayBGHonorCurrencyBonuses without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetHolidayBGHonorCurrencyBonuses

Returns additional rewards for completing a Call to Arms (holiday) battleground.

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

Returns[edit]

hasWin
Boolean - true if you've already won a Call to Arms 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[edit]