WoW:API GetArenaCurrency: Difference between revisions
Jump to navigation
Jump to search
(Formatting/small changes) |
m (Move page script moved page API GetArenaCurrency to API GetArenaCurrency without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{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 (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 | |||
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
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