Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Init
Method · 0.95
Calls
2
getInstance
Method · 0.95
SetValue
Method · 0.80
Tested by
no test coverage detected