* Changes whether this UFO has been detected by radars. * @param detected Detection status. */
| 313 | * @param detected Detection status. |
| 314 | */ |
| 315 | void Ufo::setDetected(bool detected) |
| 316 | { |
| 317 | _detected = detected; |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Returns the amount of remaining seconds the UFO has left on the ground. |
no outgoing calls
no test coverage detected