MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_GameCommand

Function UI_GameCommand

code/client/cl_ui.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319qboolean UI_GameCommand( void ) {
320 if (!cls.uiStarted)
321 {
322 return qfalse;
323 }
324 return UI_ConsoleCommand();
325}
326
327
328void CL_GenericMenu_f(void)

Callers 1

Cmd_ExecuteStringFunction · 0.50

Calls 1

UI_ConsoleCommandFunction · 0.50

Tested by

no test coverage detected