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

Method getMasterVolumeLevel

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

Source from the content-addressed store, hash-verified

376}
377
378float AbyssEngine::getMasterVolumeLevel() const { return _masterAudioLevel; }
379
380void AbyssEngine::setMasterVolumeLevel(const float level) {
381 _masterAudioLevel = std::clamp(level, 0.0f, 1.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected