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

Method SetScriptParams

Source/Game/level.cpp:867–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867void Level::SetScriptParams(const ScriptParamMap& spm) {
868 sp_.SetParameterMap(spm);
869}
870
871const std::string& Level::GetPath(const std::string& key) const {
872 StringMap::const_iterator iter = level_script_paths.find(key);

Callers 2

ApplyScriptParamsMethod · 0.45
ApplyScriptParamsMethod · 0.45

Calls 1

SetParameterMapMethod · 0.80

Tested by

no test coverage detected