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

Method btnLoadClick

src/Menu/PauseState.cpp:149–152  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147 * @param action Pointer to an action.
148 */
149void PauseState::btnLoadClick(Action *)
150{
151 _game->pushState(new ListLoadState(_game, _origin));
152}
153
154/**
155 * Opens the Save Game screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected