Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void StdConsole::destroy()
57
{
58
if (stdConsole && stdConsole->isEnabled())
59
stdConsole->enable(false);
60
61
delete stdConsole;
62
stdConsole = NULL;
63
}
64
65
static void signalHandler(int sigtype)
66
{
Callers
nothing calls this directly
Calls
2
isEnabled
Method · 0.45
enable
Method · 0.45
Tested by
no test coverage detected