MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / ResearchProject

Method ResearchProject

src/Savegame/ResearchProject.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29const float PROGRESS_LIMIT_GOOD = 0.26f;
30
31ResearchProject::ResearchProject(RuleResearch * p, int c) : _project(p), _assigned(0), _spent(0), _cost(c)
32{
33}
34
35/**
36 * Called every day to compute time spent on this ResearchProject

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected