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

Method ~WinConsole

Engine/source/platformWin32/winConsole.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124WinConsole::~WinConsole()
125{
126 Process::remove(this, &WinConsole::process);
127 Con::removeConsumer(winConsoleConsumer);
128}
129
130void WinConsole::printf(const char *s, ...)
131{

Callers

nothing calls this directly

Calls 1

removeConsumerFunction · 0.85

Tested by

no test coverage detected