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

Method isInDogfight

src/Savegame/Craft.cpp:872–875  ·  view source on GitHub ↗

* Returns the craft's dogfight status. * @return Is the craft ion a dogfight? */

Source from the content-addressed store, hash-verified

870 * @return Is the craft ion a dogfight?
871 */
872bool Craft::isInDogfight() const
873{
874 return _inDogfight;
875}
876
877/**
878 * Changes the craft's dogfight status.

Callers 2

GeoscapeCraftStateMethod · 0.80
time5SecondsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected