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

Method FindVar

qcommon/src/main/java/jake2/qcommon/exec/Cvar.java:163–165  ·  view source on GitHub ↗
(String var_name)

Source from the content-addressed store, hash-verified

161 }
162
163 public cvar_t FindVar(String var_name) {
164 return cvarMap.get(var_name);
165 }
166
167 /**
168 * Creates a variable if not found and sets their value, the parsed float value and their flags.

Callers 10

VariableStringMethod · 0.95
FullSetMethod · 0.95
Set2Method · 0.95
VariableValueMethod · 0.95
printOrSetMethod · 0.95
cvarMethod · 0.80
testFindMethod · 0.80
testFullSetCreateNewMethod · 0.80
testFullSetOverwriteMethod · 0.80
GetMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 3

testFindMethod · 0.64
testFullSetCreateNewMethod · 0.64
testFullSetOverwriteMethod · 0.64