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

Function CL_GenericMenu_f

code/client/cl_ui.cpp:328–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328void CL_GenericMenu_f(void)
329{
330 const char *arg = Cmd_Argv( 1 );
331
332 if (cls.uiStarted) {
333 UI_SetActiveMenu("ingame",arg);
334 }
335}
336
337
338void CL_EndScreenDissolve_f(void)

Callers

nothing calls this directly

Calls 2

Cmd_ArgvFunction · 0.50
UI_SetActiveMenuFunction · 0.50

Tested by

no test coverage detected