MCPcopy Create free account
hub / github.com/ZDoom/Raze / ClearConsole

Function ClearConsole

source/common/console/c_console.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351static void ClearConsole ()
352{
353 if (conbuffer != NULL)
354 {
355 conbuffer->Clear();
356 }
357 TopLine = InsertLine = 0;
358}
359
360static void setmsgcolor (int index, int color)
361{

Callers 1

CCMDFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected