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

Method setAssigned

src/Savegame/ResearchProject.cpp:53–56  ·  view source on GitHub ↗

* Changes the number of scientist to the ResearchProject * @param nb number of scientist assigned to this ResearchProject */

Source from the content-addressed store, hash-verified

51 * @param nb number of scientist assigned to this ResearchProject
52 */
53void ResearchProject::setAssigned (int nb)
54{
55 _assigned = nb;
56}
57
58const RuleResearch * ResearchProject::getRules () const
59{

Callers 3

destroyFacilityMethod · 0.80
moreByValueMethod · 0.80
lessByValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected