WoW:API SetCurrencyBackpack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Alters the backpack tracking state of a currency. SetCurrencyBackpack(id, backpack) == Arguments == ; id : Number - Index of the currency in the currency list to alt…')
 
m (Move page script moved page API SetCurrencyBackpack to API SetCurrencyBackpack without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

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]