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

Method getBackgroundMusicVolumeLevel

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

Source from the content-addressed store, hash-verified

390}
391
392float AbyssEngine::getBackgroundMusicVolumeLevel() const { return _backgroundMusicAudioLevel; }
393
394void AbyssEngine::setBackgroundMusicVolumeLevel(const float level) {
395 _backgroundMusicAudioLevel = std::clamp(level, 0.0f, 1.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected