Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VariableString
Method · 0.95
FullSet
Method · 0.95
Set2
Method · 0.95
VariableValue
Method · 0.95
printOrSet
Method · 0.95
cvar
Method · 0.80
testFind
Method · 0.80
testFullSetCreateNew
Method · 0.80
testFullSetOverwrite
Method · 0.80
Get
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
3
testFind
Method · 0.64
testFullSetCreateNew
Method · 0.64
testFullSetOverwrite
Method · 0.64