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

Method setHyperDetected

src/Savegame/Ufo.cpp:625–628  ·  view source on GitHub ↗

* Changes whether this UFO has been detected by hyper-wave. * @param hyperdetected Detection status. */

Source from the content-addressed store, hash-verified

623 * @param hyperdetected Detection status.
624 */
625void Ufo::setHyperDetected(bool hyperdetected)
626{
627 _hyperDetected = hyperdetected;
628}
629
630/**
631 * Handle destination changes, making sure to delete old waypoint destinations.

Callers 1

time30MinutesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected