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

Function C_FullConsole

source/common/console/c_console.cpp:704–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void C_FullConsole ()
705{
706 ConsoleState = c_down;
707 HistPos = NULL;
708 TabbedLast = false;
709 TabbedList = false;
710 gamestate = GS_FULLCONSOLE;
711 C_AdjustBottom ();
712}
713
714void C_ToggleConsole ()
715{

Callers 2

GameTickerFunction · 0.85
MainLoopFunction · 0.85

Calls 1

C_AdjustBottomFunction · 0.85

Tested by

no test coverage detected