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

Function ObjectManagerUnloadAllObjects

src/openrct2/object/ObjectManager.cpp:829–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827 }
828
829 void ObjectManagerUnloadAllObjects()
830 {
831 auto& objectManager = GetContext()->GetObjectManager();
832 objectManager.UnloadAllTransient();
833 }
834
835 StringId ObjectManagerGetSourceGameString(const ObjectSourceGame sourceGame)
836 {

Callers 2

InstallTrackOpenFunction · 0.85

Calls 2

GetContextFunction · 0.85
UnloadAllTransientMethod · 0.80

Tested by

no test coverage detected