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

Method btnGeoscapeClick

src/Geoscape/GraphsState.cpp:340–343  ·  view source on GitHub ↗

* Returns to the previous screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

338 * @param action Pointer to an action.
339 */
340void GraphsState::btnGeoscapeClick(Action *)
341{
342 _game->popState();
343}
344
345/**
346 * Switches to the UFO Region Activity screen.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected