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

Method Game_MenuDraw

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

Source from the content-addressed store, hash-verified

2046 }
2047
2048 private static void Game_MenuDraw() {
2049 Banner("m_banner_game");
2050 Menu_AdjustCursor(s_game_menu, 1);
2051 Menu_Draw(s_game_menu);
2052 }
2053
2054 private static String Game_MenuKey(int key) {
2055 return Default_MenuKey(s_game_menu, key);

Callers 1

Menu_Game_fMethod · 0.95

Calls 3

BannerMethod · 0.95
Menu_AdjustCursorMethod · 0.95
Menu_DrawMethod · 0.95

Tested by

no test coverage detected