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

Method getAssigned

src/Savegame/ResearchProject.cpp:67–70  ·  view source on GitHub ↗

* Returns the number of scientist assigned to this project * @return Number of assigned scientist. */

Source from the content-addressed store, hash-verified

65 * @return Number of assigned scientist.
66 */
67int ResearchProject::getAssigned () const
68{
69 return _assigned;
70}
71
72/**
73 * Returns the time already spent on this project

Callers 9

getTotalScientistsMethod · 0.80
getUsedLaboratoriesMethod · 0.80
removeResearchMethod · 0.80
destroyFacilityMethod · 0.80
fillProjectListMethod · 0.80
setAssignedScientistMethod · 0.80
moreByValueMethod · 0.80
lessByValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected