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

Method Set

qcommon/src/main/java/jake2/qcommon/exec/Cvar.java:193–195  ·  view source on GitHub ↗

Sets the value of the variable without forcing.

(String var_name, String value)

Source from the content-addressed store, hash-verified

191 * Sets the value of the variable without forcing.
192 */
193 public cvar_t Set(String var_name, String value) {
194 return Set2(var_name, value, false);
195 }
196
197 /**
198 * Sets the value of the variable with forcing.

Callers 15

SetValueMethod · 0.95
printOrSetMethod · 0.95
PushMenuMethod · 0.80
ForceMenuOffMethod · 0.80
StartServerActionFuncMethod · 0.80
AddressBook_MenuKey_fMethod · 0.80
PlayerConfig_MenuKeyMethod · 0.80
FixUpGenderMethod · 0.80
FixCvarCheatsMethod · 0.80
CalcVrectMethod · 0.80
CheckChangesMethod · 0.80

Calls 1

Set2Method · 0.95

Tested by 5

testGetMethod · 0.64
testGetDefaultMethod · 0.64
testGetDefaultNullMethod · 0.64
testFindMethod · 0.64
testVariableStringMethod · 0.64