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

Method btnNewBattleClick

src/Menu/MainMenuState.cpp:129–132  ·  view source on GitHub ↗

* Opens the New Battle screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

127 * @param action Pointer to an action.
128 */
129void MainMenuState::btnNewBattleClick(Action *)
130{
131 _game->pushState(new NewBattleState(_game));
132}
133
134/**
135 * Opens the Load Game screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected