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

Method getDetected

src/Savegame/Ufo.cpp:306–309  ·  view source on GitHub ↗

* Returns whether this UFO has been detected by radars. * @return Detection status. */

Source from the content-addressed store, hash-verified

304 * @return Detection status.
305 */
306bool Ufo::getDetected() const
307{
308 return _detected;
309}
310
311/**
312 * Changes whether this UFO has been detected by radars.

Callers 5

ufoReachedWaypointMethod · 0.80
time5SecondsMethod · 0.80
time30MinutesMethod · 0.80
getTargetsMethod · 0.80
drawMarkersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected