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

Method FreeLookFunc

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

Source from the content-addressed store, hash-verified

1245 }
1246
1247 private static void FreeLookFunc(Object unused) {
1248 Cvar.getInstance().SetValue("freelook", s_options_freelook_box.curvalue);
1249 }
1250
1251 private static void MouseSpeedFunc(Object unused) {
1252 Cvar.getInstance().SetValue("sensitivity",

Callers 1

executeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected