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

Method LoadScenario

src/openrct2/park/ParkFile.cpp:2834–2837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2832 }
2833
2834 ParkLoadResult LoadScenario(const u8string& path, bool skipObjectCheck = false) override
2835 {
2836 return Load(path, skipObjectCheck);
2837 }
2838
2839 ParkLoadResult LoadFromStream(
2840 IStream* stream, bool isScenario, bool skipObjectCheck = false, const u8string& path = {}) override

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected