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

Method getGlobeLongitude

src/Savegame/SavedGame.cpp:646–649  ·  view source on GitHub ↗

* Returns the current longitude of the Geoscape globe. * @return Longitude. */

Source from the content-addressed store, hash-verified

644 * @return Longitude.
645 */
646double SavedGame::getGlobeLongitude() const
647{
648 return _globeLon;
649}
650
651/**
652 * Changes the current longitude of the Geoscape globe.

Callers 1

GlobeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected