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

Method getUfo

src/Geoscape/DogfightState.cpp:1812–1815  ·  view source on GitHub ↗

* Returns the UFO associated to this dogfight. * @return Returns pointer to UFO object associated to this dogfight. */

Source from the content-addressed store, hash-verified

1810 * @return Returns pointer to UFO object associated to this dogfight.
1811 */
1812Ufo* DogfightState::getUfo() const
1813{
1814 return _ufo;
1815}
1816
1817/**
1818 * Ends the dogfight.

Callers 1

time5SecondsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected