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

Method setScientists

src/Savegame/Transfer.cpp:184–187  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182 * @param scientists Amount of scientists.
183 */
184void Transfer::setScientists(int scientists)
185{
186 _scientists = scientists;
187}
188
189/**
190 * Changes the engineers being transferred.

Callers 1

advanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected