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

Method ForceSet

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

Sets the value of the variable with forcing.

(String var_name, String value)

Source from the content-addressed store, hash-verified

198 * Sets the value of the variable with forcing.
199 */
200 public cvar_t ForceSet(String var_name, String value) {
201 return Set2(var_name, value, true);
202 }
203
204 /**
205 * Gereric set function, sets the value of the variable, with forcing its even possible to

Callers 7

setupMethod · 0.80
EasyGameFuncMethod · 0.80
MediumGameFuncMethod · 0.80
HardGameFuncMethod · 0.80
NighmareFuncMethod · 0.80
SV_Read_Latched_VarsMethod · 0.80
cvar_forcesetMethod · 0.80

Calls 1

Set2Method · 0.95

Tested by 1

setupMethod · 0.64