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

Method getZoom

src/Geoscape/Globe.cpp:2068–2071  ·  view source on GitHub ↗

* Checks if the globe is zoomed in to it's maximum. * @return Returns true if globe is at max zoom, otherwise returns false. */

Source from the content-addressed store, hash-verified

2066 * @return Returns true if globe is at max zoom, otherwise returns false.
2067 */
2068size_t Globe::getZoom() const
2069{
2070 return _zoom;
2071}
2072
2073/*
2074 * Turns Radar lines on or off.

Callers 1

startDogfightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected