| 397 | } |
| 398 | |
| 399 | float AbyssEngine::getSoundEffectsVolumeLevel() const { return _soundEffectsAudioLevel; } |
| 400 | |
| 401 | void AbyssEngine::setSoundEffectsVolumeLevel(const float level) { |
| 402 | _soundEffectsAudioLevel = std::clamp(level, 0.0f, 1.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected