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

6 lines
231 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