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

Method getScientists

src/Savegame/Base.cpp:330–333  ·  view source on GitHub ↗

* Returns the amount of scientists currently in the base. * @return Number of scientists. */

Source from the content-addressed store, hash-verified

328 * @return Number of scientists.
329 */
330int Base::getScientists() const
331{
332 return _scientists;
333}
334
335/**
336 * Changes the amount of scientists currently in the base.

Callers 5

advanceMethod · 0.80
moreByValueMethod · 0.80
lessByValueMethod · 0.80
btnOkClickMethod · 0.80
completeTransferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected