Files
wow-weakauras/Meta/api/GetCurrencyInfo.lua
2024-11-07 23:12:37 +01:00

13 lines
401 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@return string name
---@return number amount
---@return string texturePath
---@return number earnedThisWeek
---@return number weeklyMax
---@return number totalMax
---@return boolean isDiscovered
---@return number quality
---Returns information about a currency by ID
function GetCurrencyInfo(id) end