WoW API: SetCurrencyBackpack
Jump to navigation
Jump to search
← WoW API < SetCurrencyBackpack
Alters the backpack tracking state of a currency.
SetCurrencyBackpack(id, backpack)
Arguments[edit]
- id
- Number - Index of the currency in the currency list to alter tracking of.
- backpack
- Number - 1 to track; 0 to clear tracking.
Notes[edit]
- This function affects the isWatched return value of GetCurrencyListInfo.
- Information about watched currencies is accessible using GetBackpackCurrencyListInfo.