MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setInputValue

Method setInputValue

source/utils/ConfigManager.h:213–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 void setVideoValue(const std::string& param, const std::string& value)
212 { mUserConfig[Config::Ctg::VIDEO][param] = value; }
213 void setInputValue(const std::string& param, const std::string& value)
214 { mUserConfig[Config::Ctg::INPUT][param] = value; }
215 void setGameValue(const std::string& param, const std::string& value)
216 { mUserConfig[Config::Ctg::GAME][param] = value; }
217

Callers 1

saveConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected