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

Method setEngineers

src/Savegame/Transfer.cpp:193–196  ·  view source on GitHub ↗

* Changes the engineers being transferred. * @param engineers Amount of engineers. */

Source from the content-addressed store, hash-verified

191 * @param engineers Amount of engineers.
192 */
193void Transfer::setEngineers(int engineers)
194{
195 _engineers = engineers;
196}
197
198/**
199 * Returns the name of the contents of the transfer.

Callers 1

advanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected