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

Method btnSaveClick

src/Menu/PauseState.cpp:158–161  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

156 * @param action Pointer to an action.
157 */
158void PauseState::btnSaveClick(Action *)
159{
160 _game->pushState(new ListSaveState(_game, _origin));
161}
162
163/**
164* Opens the Game Options screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected