Files
wow_Meta/api/GetStatistic.lua
2025-05-04 15:15:00 +02:00

8 lines
239 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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