MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetWildMidiEnabled

Method GetWildMidiEnabled

src/audio.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool AudioInterface::GetWildMidiEnabled() const {
123 return cfg.wildmidi_midi.Get();
124}
125
126void AudioInterface::SetWildMidiEnabled(bool enable) {
127 cfg.wildmidi_midi.Set(enable);

Callers 2

CreateMethod · 0.80
PlayOnChannelMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected