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

7 lines
267 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number base
---@return number adjusted
---@return number total_cost
---Returns information about the progress of the currently-selected artifact's construction.
function GetArtifactProgress() end