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

8 lines
265 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