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

Method getGlobeZoom

src/Savegame/SavedGame.cpp:682–685  ·  view source on GitHub ↗

* Returns the current zoom level of the Geoscape globe. * @return Zoom level. */

Source from the content-addressed store, hash-verified

680 * @return Zoom level.
681 */
682int SavedGame::getGlobeZoom() const
683{
684 return _globeZoom;
685}
686
687/**
688 * Changes the current zoom level of the Geoscape globe.

Callers 1

GlobeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected