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

Method SizeUp_f

client/src/main/java/jake2/client/SCR.java:379–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 * Keybinding command =================
378 */
379 private static void SizeUp_f() {
380 Cvar.getInstance().SetValue("viewsize", scr_viewsize.value + 10);
381 }
382
383 /*
384 * ================= SCR_SizeDown_f

Callers 1

InitMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected