MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / HasParam

Method HasParam

Source/Scripting/scriptparams.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool ScriptParams::HasParam(const std::string &val) const {
107 return parameter_map_.find(val) != parameter_map_.end();
108}
109
110bool ScriptParams::IsParamString(const std::string &val) const {
111 ScriptParamMap::const_iterator iter = parameter_map_.find(val);

Callers 10

GetPlayerLimitMethod · 0.80
UpdateShaderSuffixFunction · 0.80
DrawMethod · 0.80
DrawSceneMethod · 0.80
GetShaderNamesMethod · 0.80
CreateRiggedObjectMethod · 0.80
SetFromDescMethod · 0.80
isMetaDataDirtyMethod · 0.80
DrawImGuiFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected