WoW:API GetArenaCurrency: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Formatting/small changes)
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi|removed=4.0.1|replace=Replaced with {{api|GetCurrencyInfo}}}}
Gets the amount of spendable arena points the player has
 
  points = GetArenaCurrency()
Gets the amount of spendable arena points the player has.
 
  local points = GetArenaCurrency()


== Parameters ==
== Parameters ==
=== Returns ===
=== Returns ===
:;points : Integer - Amount of arena points that the player has available and can spend
* points (number) - Amount of arena points that the player has available and can spend
 
== Notes ==
* Removed in 4.0.1 - Replaced by the more generic GetCurrencyInfo

Revision as of 19:15, 12 February 2021

WoW API < GetArenaCurrency

Gets the amount of spendable arena points the player has.

local points = GetArenaCurrency()

Parameters

Returns

  • points (number) - Amount of arena points that the player has available and can spend

Notes

  • Removed in 4.0.1 - Replaced by the more generic GetCurrencyInfo