Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
587
void shutdown()
588
{
589
sgIsShuttingDown = true;
590
591
shutdownRoot();
592
shutdownEventQueue();
593
594
SimPersistID::shutdown();
595
}
596
597
bool isShuttingDown()
598
{
Callers
nothing calls this directly
Calls
2
shutdownRoot
Function · 0.85
shutdownEventQueue
Function · 0.85
Tested by
no test coverage detected