6 lines
595 B
Lua
6 lines
595 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param branchID number
|
|
---@return number numProjects
|
|
---Return the amount of artifacts the player has acquired from the provided race. Opening the Archaeology window populates the values. The value returned is the number of completed artifacts for that race plus one for the in progress artifact. If the player hasn't collected the race's fragments yet, the value will be 0. Artifacts are only counted once so no matter how many times an artifact has been repeated it counts as one.
|
|
function GetNumArtifactsByRace(branchID) end |