MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / torque_enginesignalshutdown

Function torque_enginesignalshutdown

Engine/source/cinterface/cinterface.cpp:122–125  ·  view source on GitHub ↗

signal an engine shutdown (as with the quit(); console command)

Source from the content-addressed store, hash-verified

120
121 // signal an engine shutdown (as with the quit(); console command)
122 void torque_enginesignalshutdown()
123 {
124 Con::evaluate("quit();");
125 }
126
127 // shutdown the engine
128 S32 torque_engineshutdown()

Callers 2

ShutdownTorque3DFunction · 0.85
ShutdownTorque3DFunction · 0.85

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected