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

Method ForceMenuOff

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

Source from the content-addressed store, hash-verified

217 }
218
219 static void ForceMenuOff() {
220 m_drawfunc = null;
221 m_keyfunc = null;
222 ClientGlobals.cls.key_dest = key_game;
223 m_menudepth = 0;
224 Key.ClearStates();
225 Cvar.getInstance().Set("paused", "0");
226 }
227
228 static void PopMenu() {
229 S.StartLocalSound(menu_out_sound);

Callers 10

PopMenuMethod · 0.95
ConsoleFuncMethod · 0.95
StartGameMethod · 0.95
LoadGameCallbackMethod · 0.95
SaveGameCallbackMethod · 0.95
JoinServerFuncMethod · 0.95
StartServerActionFuncMethod · 0.95
DisconnectMethod · 0.95
ApplyChangesMethod · 0.95
ConsoleClass · 0.95

Calls 3

ClearStatesMethod · 0.95
getInstanceMethod · 0.95
SetMethod · 0.80

Tested by

no test coverage detected