MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Clear

Method Clear

neo/framework/Console.cpp:466–474  ·  view source on GitHub ↗

================ idConsoleLocal::Clear ================ */

Source from the content-addressed store, hash-verified

464================
465*/
466void idConsoleLocal::Clear() {
467 int i;
468
469 for ( i = 0 ; i < CON_TEXTSIZE ; i++ ) {
470 text[i] = (idStr::ColorIndex(C_COLOR_CYAN)<<8) | ' ';
471 }
472
473 Bottom(); // go to end
474}
475
476/*
477================

Callers 4

Con_Clear_fFunction · 0.45
InitMethod · 0.45
KeyDownEventMethod · 0.45
ProcessEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected