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