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

Method setBuildTime

src/Savegame/BaseFacility.cpp:132–135  ·  view source on GitHub ↗

* Changes the base facility's remaining time * until it's finished building. * @param time Time left in days. */

Source from the content-addressed store, hash-verified

130 * @param time Time left in days.
131 */
132void BaseFacility::setBuildTime(int time)
133{
134 _buildTime = time;
135}
136
137/**
138 * Handles the facility building every day.

Callers 3

viewClickMethod · 0.80
reCalcQueuedBuildingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected