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

Function UI_LoadMenu_f

code/ui/ui_atoms.cpp:399–403  ·  view source on GitHub ↗

=============== UI_LoadMenu_f =============== */

Source from the content-addressed store, hash-verified

397===============
398*/
399static void UI_LoadMenu_f( void )
400{
401 trap_Key_SetCatcher( KEYCATCH_UI );
402 Menus_ActivateByName("ingameloadMenu");
403}
404
405/*
406===============

Callers 1

UI_ConsoleCommandFunction · 0.85

Calls 2

trap_Key_SetCatcherFunction · 0.70
Menus_ActivateByNameFunction · 0.70

Tested by

no test coverage detected