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

Function torque_reset

Engine/source/cinterface/cinterface.cpp:51–54  ·  view source on GitHub ↗

reset the engine, unloading any current level and returning to the main menu

Source from the content-addressed store, hash-verified

49
50 // reset the engine, unloading any current level and returning to the main menu
51 void torque_reset()
52 {
53 Con::evaluate("disconnect();");
54 }
55
56 // initialize Torque 3D including argument handling
57 S32 torque_engineinit(S32 argc, const char **argv)

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected