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

Method DMOptionsFunc

client/src/main/java/jake2/client/Menu.java:2478–2482  ·  view source on GitHub ↗
(Object self)

Source from the content-addressed store, hash-verified

2476 private static menulist_s s_rules_box = new menulist_s();
2477
2478 private static void DMOptionsFunc(Object self) {
2479 if (s_rules_box.curvalue == 1)
2480 return;
2481 Menu_DMOptions_f();
2482 }
2483
2484 private static void RulesChangeFunc(Object self) {
2485 // DM

Callers 1

executeMethod · 0.95

Calls 1

Menu_DMOptions_fMethod · 0.95

Tested by

no test coverage detected