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

Method setGlobeLongitude

src/Savegame/SavedGame.cpp:655–658  ·  view source on GitHub ↗

* Changes the current longitude of the Geoscape globe. * @param lon Longitude. */

Source from the content-addressed store, hash-verified

653 * @param lon Longitude.
654 */
655void SavedGame::setGlobeLongitude(double lon)
656{
657 _globeLon = lon;
658}
659
660/**
661 * Returns the current latitude of the Geoscape globe.

Callers 2

centerMethod · 0.80
rotateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected