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

Method btnZoomInRightClick

src/Geoscape/BuildNewBaseState.cpp:344–347  ·  view source on GitHub ↗

* Zooms the globe maximum. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

342 * @param action Pointer to an action.
343 */
344void BuildNewBaseState::btnZoomInRightClick(Action *)
345{
346 _globe->zoomMax();
347}
348
349/**
350 * Zooms out of the globe.

Callers

nothing calls this directly

Calls 1

zoomMaxMethod · 0.80

Tested by

no test coverage detected