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

Method ClearNotifyLines

neo/framework/Console.cpp:441–447  ·  view source on GitHub ↗

================ idConsoleLocal::ClearNotifyLines ================ */

Source from the content-addressed store, hash-verified

439================
440*/
441void idConsoleLocal::ClearNotifyLines() {
442 int i;
443
444 for ( i = 0 ; i < NUM_CON_TIMES ; i++ ) {
445 times[i] = 0;
446 }
447}
448
449/*
450================

Callers 3

ExecuteMapChangeMethod · 0.80
FrameMethod · 0.80
Common.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected