MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ~StdConsole

Method ~StdConsole

Engine/source/platformPOSIX/POSIXConsole.cpp:162–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162StdConsole::~StdConsole()
163{
164 Con::removeConsumer(stdConsoleConsumer);
165
166 if (stdConsoleEnabled)
167 enable(false);
168
169 if (originalTermState != NULL)
170 {
171 delete originalTermState;
172 originalTermState = NULL;
173 }
174}
175
176void StdConsole::printf(const char *s, ...)
177{

Callers

nothing calls this directly

Calls 1

removeConsumerFunction · 0.85

Tested by

no test coverage detected