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

Method CreateDummyEngine

apps/cwr/Server/ServerApplication.cpp:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249bool ServerApplication::CreateDummyEngine()
250{
251 GEngine = CreateEngineDummy();
252
253 return GEngine != nullptr;
254}
255
256bool ServerApplication::CreateServerConsole()
257{

Callers

nothing calls this directly

Calls 1

CreateEngineDummyFunction · 0.85

Tested by

no test coverage detected