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

Method SE_SetGlobalVolume

src/audio.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void AudioInterface::SE_SetGlobalVolume(int volume) {
111 cfg.sound_volume.Set(volume);
112}
113
114bool AudioInterface::GetFluidsynthEnabled() const {
115 return cfg.fluidsynth_midi.Get();

Callers 1

RefreshAudioMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected