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

Method getLandId

src/Savegame/Ufo.cpp:651–654  ·  view source on GitHub ↗

Gets the UFO's landing site ID.

Source from the content-addressed store, hash-verified

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

Callers 2

ufoReachedWaypointMethod · 0.80
UfoDetectedStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected