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

Method setGlobeLatitude

src/Savegame/SavedGame.cpp:673–676  ·  view source on GitHub ↗

* Changes the current latitude of the Geoscape globe. * @param lat Latitude. */

Source from the content-addressed store, hash-verified

671 * @param lat Latitude.
672 */
673void SavedGame::setGlobeLatitude(double lat)
674{
675 _globeLat = lat;
676}
677
678/**
679 * Returns the current zoom level of the Geoscape globe.

Callers 2

centerMethod · 0.80
rotateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected