MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / bgm_volume

Method bgm_volume

src/config/user.rs:45–47  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43 }
44
45 pub(crate) fn bgm_volume(&self) -> f32 {
46 self.volume.bgm()
47 }
48
49 pub(crate) fn voice_volume(&self) -> f32 {
50 self.volume.voice()

Callers 1

load_volumeMethod · 0.80

Calls 1

bgmMethod · 0.80

Tested by

no test coverage detected