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

Method Import

src/openrct2/park/ParkFile.cpp:2850–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2848 }
2849
2850 void Import(GameState_t& gameState) override
2851 {
2852 _parkFile->Import(gameState);
2853 ResearchDetermineFirstOfType();
2854 GameFixSaveVars();
2855 }
2856
2857 bool PopulateIndexEntry(ScenarioIndexEntry* dst) override
2858 {

Callers

nothing calls this directly

Calls 3

GameFixSaveVarsFunction · 0.85
ImportMethod · 0.45

Tested by

no test coverage detected