Gets the UFO's landing site ID.
| 649 | } |
| 650 | /// Gets the UFO's landing site ID. |
| 651 | int Ufo::getLandId() const |
| 652 | { |
| 653 | return _landId; |
| 654 | } |
| 655 | /// Sets the UFO's landing site ID. |
| 656 | void Ufo::setLandId(int id) |
| 657 | { |
no outgoing calls
no test coverage detected