MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getOptionTuningDir

Method getOptionTuningDir

Source/ConfigFileManager.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182String ConfigFileManager::getOptionTuningDir() {
183 return m_tuning_dir;
184}
185
186void ConfigFileManager::setOptionSoundbankDir(String p_dir) {
187 m_soundbank_dir = p_dir;

Calls

no outgoing calls

Tested by

no test coverage detected