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

Method SetParameterMap

Source/Scripting/scriptparams.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void ScriptParams::SetParameterMap(const ScriptParamMap &spm) {
308 parameter_map_ = spm;
309}
310
311void ScriptParams::ASSetString(const std::string &key, const std::string &val) {
312 parameter_map_[key].SetString(val);

Callers 5

LoadLevelMethod · 0.80
SetScriptParamsMethod · 0.80
SetScriptParamsMethod · 0.80
DrawScriptParamsEditorFunction · 0.80
DrawImGuiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected