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

Function C_HideConsole

source/common/console/c_console.cpp:745–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745void C_HideConsole ()
746{
747 if (gamestate != GS_FULLCONSOLE)
748 {
749 ConsoleState = c_up;
750 ConBottom = 0;
751 HistPos = NULL;
752 }
753}
754
755static bool C_HandleKey (event_t *ev, FCommandBuffer &buffer)
756{

Callers 5

CCMDFunction · 0.85
CCMDFunction · 0.85
M_StartControlPanelFunction · 0.85
DEFINE_ACTION_FUNCTIONFunction · 0.85
CCMDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected