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

Method ListLoadState

src/Menu/ListLoadState.cpp:36–42  ·  view source on GitHub ↗

* Initializes all the elements in the Load Game screen. * @param game Pointer to the core game. * @param origin Game section that originated this state. */

Source from the content-addressed store, hash-verified

34 * @param origin Game section that originated this state.
35 */
36ListLoadState::ListLoadState(Game *game, OptionsOrigin origin) : ListGamesState(game, origin, 0, true)
37{
38 centerAllSurfaces();
39
40 // Set up objects
41 _txtTitle->setText(tr("STR_SELECT_GAME_TO_LOAD"));
42}
43
44/**
45 *

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected