WoW:API GetHonorCurrency: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (corrected "points = GetArenaCurrency()" to "points = GetHonorCurrency()")
(Added a Cataclysm section, saying that the function has been removed.)
Line 10: Line 10:
=== Details ===
=== 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.
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.
==Cataclysm==
{{cata-section}}
This function has been removed in the Cataclysm beta.

Revision as of 17:19, 9 September 2010

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.

Cataclysm

Template:Cata-section This function has been removed in the Cataclysm beta.