WoW:API GetHonorCurrency: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Changed formatting and information, added Details.)
m (corrected "points = GetArenaCurrency()" to "points = GetHonorCurrency()")
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
Gets the amount of spendable honor points the player has
Gets the amount of spendable honor points the player has
  points = GetArenaCurrency()
  points = GetHonorCurrency()


== Parameters ==
== Parameters ==

Revision as of 13:46, 6 January 2008

WoW API < GetHonorCurrency

Gets the amount of spendable honor points the player has

points = GetHonorCurrency()

Parameters

Returns

points
Integer - Amount of honor points that the player has available and can spend

Details

Amount of honor points the player currently has to spend, HONOR_CURRENCY_UPDATE is fired when they are spent or when honor is calculated for the day.