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

Method Load

src/openrct2/park/ParkFile.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 void Load(const std::string_view path, const bool skipObjectCheck)
140 {
141 FileStream fs(path, FileMode::open);
142 Load(fs, skipObjectCheck);
143 }
144
145 void Load(IStream& stream, const bool skipObjectCheck)
146 {

Callers 2

LoadMethod · 0.45
LoadFromStreamMethod · 0.45

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected