MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / shutdown

Function shutdown

Engine/source/console/simManager.cpp:587–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void shutdown()
588{
589 sgIsShuttingDown = true;
590
591 shutdownRoot();
592 shutdownEventQueue();
593
594 SimPersistID::shutdown();
595}
596
597bool isShuttingDown()
598{

Callers

nothing calls this directly

Calls 2

shutdownRootFunction · 0.85
shutdownEventQueueFunction · 0.85

Tested by

no test coverage detected