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

Method setEngineers

src/Savegame/Base.cpp:357–360  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

355 * @param engineers Number of engineers.
356 */
357void Base::setEngineers(int engineers)
358{
359 _engineers = engineers;
360}
361
362/**
363 * Returns if a certain target is covered by the base's

Callers 5

moreEngineerMethod · 0.45
lessEngineerMethod · 0.45
btnOkClickMethod · 0.45
completeTransferMethod · 0.45
btnOkClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected