Files
wow_Meta/api/GetStatistic.lua
2025-05-04 14:35:26 +02:00

7 lines
230 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