MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / saveSaveGameOpen

Function saveSaveGameOpen

src/OpenLoco/src/Game.cpp:76–81  ·  view source on GitHub ↗

0x00441843

Source from the content-addressed store, hash-verified

74
75 // 0x00441843
76 [[nodiscard]] std::optional<std::string> saveSaveGameOpen()
77 {
78 auto path = _activeSavePath;
79
80 return openBrowsePrompt(path, StringIds::title_prompt_save_game, browse_type::save, S5::filterSV5);
81 }
82
83 // 0x004418DB
84 [[nodiscard]] std::optional<std::string> saveScenarioOpen()

Callers 2

confirmSaveGameFunction · 0.85
prepareSaveGameFunction · 0.85

Calls 1

openBrowsePromptFunction · 0.85

Tested by

no test coverage detected