MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / InitializeSubsystems

Method InitializeSubsystems

apps/cwr/Server/ServerApplication.cpp:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool ServerApplication::InitializeSubsystems()
211{
212 if (GScene)
213 ScenePreloader::Instance().Initialize(*GScene);
214
215 return true;
216}
217
218void ServerApplication::RunMainLoop()
219{

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected