MCPcopy Create free account
hub / github.com/axmolengine/axmol / end

Method end

core/base/Director.cpp:1002–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002void Director::end()
1003{
1004 auto app = Application::getInstance();
1005 if (app)
1006 app->applicationWillQuit();
1007 _cleanupDirectorInNextLoop = true;
1008}
1009
1010void Director::restart()
1011{

Callers 1

cleanupDirectorMethod · 0.45

Calls 2

getInstanceFunction · 0.85
applicationWillQuitMethod · 0.45

Tested by

no test coverage detected