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

Method UpdateCDVolumeFunc

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

Source from the content-addressed store, hash-verified

1326 }
1327
1328 private static void UpdateCDVolumeFunc(Object unused) {
1329 Cvar.getInstance().SetValue("cd_nocd", 1 - s_options_cdvolume_box.curvalue);
1330 }
1331
1332 private static void ConsoleFunc(Object unused) {
1333 /*

Callers 1

executeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected