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

Method getHyperDetected

src/Savegame/Ufo.cpp:616–619  ·  view source on GitHub ↗

* Returns whether this UFO has been detected by hyper-wave. * @return Detection status. */

Source from the content-addressed store, hash-verified

614 * @return Detection status.
615 */
616bool Ufo::getHyperDetected() const
617{
618 return _hyperDetected;
619}
620
621/**
622 * Changes whether this UFO has been detected by hyper-wave.

Callers 2

time30MinutesMethod · 0.80
popupTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected