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

Method setvalue

client/src/main/java/jake2/client/Menu.java:2861–2864  ·  view source on GitHub ↗
(int flags)

Source from the content-addressed store, hash-verified

2859 // ROGUE
2860
2861 private static void setvalue(int flags) {
2862 Cvar.getInstance().SetValue("dmflags", flags);
2863 dmoptions_statusbar = "dmflags = " + flags;
2864 }
2865
2866 private static void DMFlagCallback(Object self) {
2867 menulist_s f = (menulist_s) self;

Callers 1

DMFlagCallbackMethod · 0.95

Calls 2

getInstanceMethod · 0.95
SetValueMethod · 0.80

Tested by

no test coverage detected