MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / create

Method create

src/ui/Menu_Save.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21Menu_Save* Menu_Save::create(Engine::BaseEngine& e)
22{
23 Menu_Save* s = new Menu_Save(e);
24 s->initializeInstance("MENU_SAVEGAME_SAVE");
25
26 s->gatherAvailableSavegames();
27
28 return s;
29}
30
31void Menu_Save::performSelectAction(Daedalus::GameState::MenuItemHandle item)
32{

Callers

nothing calls this directly

Calls 2

initializeInstanceMethod · 0.80

Tested by

no test coverage detected