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

Method getEngineers

src/Savegame/Base.cpp:348–351  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

346 * @return Number of engineers.
347 */
348int Base::getEngineers() const
349{
350 return _engineers;
351}
352
353/**
354 * Changes the amount of engineers currently in the base.

Callers 5

advanceMethod · 0.80
moreEngineerMethod · 0.80
lessEngineerMethod · 0.80
btnOkClickMethod · 0.80
completeTransferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected