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

Method WinConsole

Engine/source/platformWin32/winConsole.cpp:110–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110WinConsole::WinConsole()
111{
112 for (S32 iIndex = 0; iIndex < MAX_CMDS; iIndex ++)
113 rgCmds[iIndex][0] = '\0';
114
115 iCmdIndex = 0;
116 winConsoleEnabled = false;
117 Con::addConsumer(winConsoleConsumer);
118 inpos = 0;
119 lineOutput = false;
120
121 Process::notify(this, &WinConsole::process, PROCESS_LAST_ORDER);
122}
123
124WinConsole::~WinConsole()
125{

Callers

nothing calls this directly

Calls 1

addConsumerFunction · 0.85

Tested by

no test coverage detected