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

Method getBuildTime

src/Savegame/BaseFacility.cpp:122–125  ·  view source on GitHub ↗

* Returns the base facility's remaining time * until it's finished building (0 = complete). * @return Time left in days. */

Source from the content-addressed store, hash-verified

120 * @return Time left in days.
121 */
122int BaseFacility::getBuildTime() const
123{
124 return _buildTime;
125}
126
127/**
128 * Changes the base facility's remaining time

Callers 15

detectMethod · 0.45
insideRadarRangeMethod · 0.45
getAvailableQuartersMethod · 0.45
getAvailableStoresMethod · 0.45
getAvailableWorkshopsMethod · 0.45
getAvailableHangarsMethod · 0.45
getDefenseValueMethod · 0.45
getLongRangeDetectionMethod · 0.45
getHyperDetectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected