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

Function CreateObjectRepository

src/openrct2/object/ObjectRepository.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606 };
607
608 std::unique_ptr<IObjectRepository> CreateObjectRepository(IPlatformEnvironment& env)
609 {
610 return std::make_unique<ObjectRepository>(env);
611 }
612
613 bool IsObjectCustom(const ObjectRepositoryItem* object)
614 {

Callers 2

InitialiseMethod · 0.85
HandleCommandScanObjectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected