Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
static void ClearConsole ()
352
{
353
if (conbuffer != NULL)
354
{
355
conbuffer->Clear();
356
}
357
TopLine = InsertLine = 0;
358
}
359
360
static void setmsgcolor (int index, int color)
361
{
Callers
1
CCMD
Function · 0.85
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected