Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ SizeDown_f
Method
SizeDown_f
client/src/main/java/jake2/client/SCR.java:388–390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
* Keybinding command =================
387
*/
388
private
static
void
SizeDown_f() {
389
Cvar.getInstance().SetValue(
"viewsize"
, scr_viewsize.value - 10);
390
}
391
392
/*
393
* ================= SCR_Sky_f
Callers
1
Init
Method · 0.95
Calls
2
getInstance
Method · 0.95
SetValue
Method · 0.80
Tested by
no test coverage detected