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

Method getAltitude

src/Savegame/Ufo.cpp:355–358  ·  view source on GitHub ↗

* Returns the current altitude of the UFO. * @return Altitude. */

Source from the content-addressed store, hash-verified

353 * @return Altitude.
354 */
355std::string Ufo::getAltitude() const
356{
357 return _altitude;
358}
359
360/**
361 * Changes the current altitude of the UFO.

Callers 4

spawnUfoMethod · 0.45
ufoReachedWaypointMethod · 0.45
GeoscapeCraftStateMethod · 0.45
UfoDetectedStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected