MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getSoundEffectsVolumeLevel

Method getSoundEffectsVolumeLevel

src/Abyss/AbyssEngine.cpp:399–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399float AbyssEngine::getSoundEffectsVolumeLevel() const { return _soundEffectsAudioLevel; }
400
401void AbyssEngine::setSoundEffectsVolumeLevel(const float level) {
402 _soundEffectsAudioLevel = std::clamp(level, 0.0f, 1.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected