Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns info for a tracked currency in the backpack.

name, count, icon, currencyID = GetBackpackCurrencyInfo(index)

Arguments[]

index
number - Index, ascending from 1 to GetNumWatchedTokens().

Returns[]

name
string - Localized currency name.
count
number - Amount currently possessed by the player.
icon
number : FileID
currencyID
number : CurrencyID

Patch changes[]

Cataclysm Patch 4.0.1 (2010-10-12): the extraCurrencyType (Number - 0 for item-based currencies, 1 for arena points, 2 for honor points) is no longer provided.
Wrath-Logo-Small Patch 3.2.0 (2009-08-04): Up to 3 currencies may be tracked as part of the backpack display. The function does not raise errors on out of range indices.

Advertisement