WoW API: SetCurrencyBackpack

From AddOn Studio
Revision as of 01:36, 8 November 2009 by WoWWiki>Starlightblunder (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SetCurrencyBackpack

Alters the backpack tracking state of a currency.

SetCurrencyBackpack(id, backpack)

Arguments

id
Number - Index of the currency in the currency list to alter tracking of.
backpack
Number - 1 to track; 0 to clear tracking.

Notes