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

Method btnLoadClick

src/Menu/MainMenuState.cpp:138–141  ·  view source on GitHub ↗

* Opens the Load Game screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

136 * @param action Pointer to an action.
137 */
138void MainMenuState::btnLoadClick(Action *)
139{
140 _game->pushState(new ListLoadState(_game, OPT_MENU));
141}
142
143/**
144 * Opens the Options screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected