MCPcopy Create free account
hub / github.com/demoth/jake2 / Menu_Game_f

Method Menu_Game_f

client/src/main/java/jake2/client/Menu.java:2058–2066  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2056 }
2057
2058 private static void Menu_Game_f() {
2059 Game_MenuInit();
2060 PushMenu((List<String> args) -> Game_MenuDraw(), new keyfunc_t() {
2061 public String execute(int key) {
2062 return Game_MenuKey(key);
2063 }
2064 });
2065 m_game_cursor = 1;
2066 }
2067
2068 /*
2069 * =============================================================================

Callers 2

Main_KeyMethod · 0.95
InitMethod · 0.95

Calls 3

Game_MenuInitMethod · 0.95
PushMenuMethod · 0.95
Game_MenuDrawMethod · 0.95

Tested by

no test coverage detected