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

Method setScientists

src/Savegame/Base.cpp:339–342  ·  view source on GitHub ↗

* Changes the amount of scientists currently in the base. * @param scientists Number of scientists. */

Source from the content-addressed store, hash-verified

337 * @param scientists Number of scientists.
338 */
339void Base::setScientists(int scientists)
340{
341 _scientists = scientists;
342}
343
344/**
345 * Returns the amount of engineers currently in the base.

Callers 5

moreByValueMethod · 0.45
lessByValueMethod · 0.45
btnOkClickMethod · 0.45
completeTransferMethod · 0.45
btnOkClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected