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

Method IsUsingClassic

src/openrct2/PlatformEnvironment.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 bool IsUsingClassic() const override
207 {
208 return _rct2Variant != RCT2Variant::rct2Original;
209 }
210
211private:
212 static DirBase GetDefaultBaseDirectory(PathId pathid)

Callers 1

isUsingClassicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected