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

Method main_volume

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

Source from the content-addressed store, hash-verified

39 }
40
41 pub(crate) fn main_volume(&self) -> f32 {
42 self.volume.main()
43 }
44
45 pub(crate) fn bgm_volume(&self) -> f32 {
46 self.volume.bgm()

Callers 1

load_volumeMethod · 0.80

Calls 1

mainMethod · 0.80

Tested by

no test coverage detected