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

Method dogfightEnded

src/Geoscape/DogfightState.cpp:1803–1806  ·  view source on GitHub ↗

* Checks whether the dogfight should end. * @return Returns true if the dogfight should end, otherwise returns false. */

Source from the content-addressed store, hash-verified

1801 * @return Returns true if the dogfight should end, otherwise returns false.
1802 */
1803bool DogfightState::dogfightEnded() const
1804{
1805 return _endDogfight;
1806}
1807
1808/**
1809 * Returns the UFO associated to this dogfight.

Callers 1

handleDogfightsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected