MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / LoadSavedGame

Method LoadSavedGame

src/openrct2/park/ParkFile.cpp:2829–2832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2827 }
2828
2829 ParkLoadResult LoadSavedGame(const u8string& path, bool skipObjectCheck = false) override
2830 {
2831 return Load(path, skipObjectCheck);
2832 }
2833
2834 ParkLoadResult LoadScenario(const u8string& path, bool skipObjectCheck = false) override
2835 {

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected