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

Method Menu_Quit_f

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

Source from the content-addressed store, hash-verified

4080 }
4081
4082 private static void Menu_Quit_f() {
4083 PushMenu((List<String> args) -> Quit_Draw(), new keyfunc_t() {
4084 public String execute(int key) {
4085 return Quit_Key(key);
4086 }
4087 });
4088 }
4089
4090 // =============================================================================
4091 /* Menu Subsystem */

Callers 2

Main_KeyMethod · 0.95
InitMethod · 0.95

Calls 2

PushMenuMethod · 0.95
Quit_DrawMethod · 0.95

Tested by

no test coverage detected