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

Method AlwaysRunFunc

client/src/main/java/jake2/client/Menu.java:1243–1245  ·  view source on GitHub ↗
(Object unused)

Source from the content-addressed store, hash-verified

1241 }
1242
1243 private static void AlwaysRunFunc(Object unused) {
1244 Cvar.getInstance().SetValue("cl_run", s_options_alwaysrun_box.curvalue);
1245 }
1246
1247 private static void FreeLookFunc(Object unused) {
1248 Cvar.getInstance().SetValue("freelook", s_options_freelook_box.curvalue);

Callers 1

executeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected