MCPcopy Create free account
hub / github.com/defold/defold / New

Function New

engine/engine/src/engine.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 HEngine New(dmEngineService::HEngineService engine_service)
438 {
439 return new Engine(engine_service);
440 }
441
442 void Delete(HEngine engine)
443 {

Callers 13

DiscoveryServiceNewFunction · 0.70
engine_mainFunction · 0.70
DispatchFunction · 0.70
dmEngineInitializeFunction · 0.70
dmEngineCreateFunction · 0.70
AppInitializeProfilerFunction · 0.50
CreateListenerFunction · 0.50
PropertyInitializeFunction · 0.50
SetUpMethod · 0.50
TEST_FFunction · 0.50
PreRunHttpPortFunction · 0.50
jni_util.cppFile · 0.50

Calls

no outgoing calls

Tested by 3

SetUpMethod · 0.40
TEST_FFunction · 0.40
PreRunHttpPortFunction · 0.40