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

Function UI_SaveMenu_f

code/ui/ui_atoms.cpp:410–418  ·  view source on GitHub ↗

=============== UI_SaveMenu_f =============== */

Source from the content-addressed store, hash-verified

408===============
409*/
410static void UI_SaveMenu_f( void )
411{
412#ifdef JK2_MODE
413 ui.PrecacheScreenshot();
414#endif
415
416 trap_Key_SetCatcher( KEYCATCH_UI );
417 Menus_ActivateByName("ingamesaveMenu");
418}
419
420
421//--------------------------------------------

Callers 1

UI_ConsoleCommandFunction · 0.85

Calls 2

trap_Key_SetCatcherFunction · 0.70
Menus_ActivateByNameFunction · 0.70

Tested by

no test coverage detected