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

Method destroy

Engine/source/platformPOSIX/POSIXConsole.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void StdConsole::destroy()
57{
58 if (stdConsole && stdConsole->isEnabled())
59 stdConsole->enable(false);
60
61 delete stdConsole;
62 stdConsole = NULL;
63}
64
65static void signalHandler(int sigtype)
66{

Callers

nothing calls this directly

Calls 2

isEnabledMethod · 0.45
enableMethod · 0.45

Tested by

no test coverage detected