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

Method Transfer

src/Savegame/Transfer.cpp:34–36  ·  view source on GitHub ↗

* Initializes a transfer. * @param hours Hours in-transit. */

Source from the content-addressed store, hash-verified

32 * @param hours Hours in-transit.
33 */
34Transfer::Transfer(int hours) : _hours(hours), _soldier(0), _craft(0), _itemId(""), _itemQty(0), _scientists(0), _engineers(0), _delivered(false)
35{
36}
37
38/**
39 * Cleans up undelivered transfers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected