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

Method getBreakOffTime

src/Ruleset/RuleUfo.cpp:210–213  ·  view source on GitHub ↗

* Gets the UFO's break off time. * @return The UFO's break off time in game seconds. */

Source from the content-addressed store, hash-verified

208 * @return The UFO's break off time in game seconds.
209 */
210int RuleUfo::getBreakOffTime() const
211{
212 return _breakOffTime;
213}
214
215/**
216 * For user-defined UFOs, use a surface for the "preview" image.

Callers 1

DogfightStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected