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

Method setAudioValue

source/utils/ConfigManager.h:209–210  ·  view source on GitHub ↗

\brief Set a config value. Only permits predetermined types.

Source from the content-addressed store, hash-verified

207
208 //! \brief Set a config value. Only permits predetermined types.
209 void setAudioValue(const std::string& param, const std::string& value)
210 { mUserConfig[Config::Ctg::AUDIO][param] = value; }
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)

Callers 1

saveConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected