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

6 lines
236 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@return string info
---Returns data for a statistic that can be shown on the statistics tab of the achievements window
function GetStatistic(id) end