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