Files
wow_Meta/api/SetCurrencyBackpack.lua
2024-12-16 13:13:08 +01:00

6 lines
209 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param watch number
---Sets a currency type to be watched on the Backpack UI
function SetCurrencyBackpack(index, watch) end