7 lines
267 B
Lua
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 |