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

Method getSecondsRemaining

src/Savegame/Ufo.cpp:326–329  ·  view source on GitHub ↗

* Returns the amount of remaining seconds the UFO has left on the ground. * After this many seconds thet UFO will take off, if landed, or disappear, if * crashed. * @return Amount of seconds. */

Source from the content-addressed store, hash-verified

324 * @return Amount of seconds.
325 */
326size_t Ufo::getSecondsRemaining() const
327{
328 return _secondsRemaining;
329}
330
331/**
332 * Changes the amount of remaining seconds the UFO has left on the ground.

Callers 3

time5SecondsMethod · 0.45
processTerrorSiteMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected