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

Method btnAbandonClick

src/Menu/PauseState.cpp:188–191  ·  view source on GitHub ↗

* Opens the Abandon Game window. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

186 * @param action Pointer to an action.
187 */
188void PauseState::btnAbandonClick(Action *)
189{
190 _game->pushState(new AbandonGameState(_game, _origin));
191}
192
193/**
194 * Returns to the previous screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected