MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetWaveVolume

Method SetWaveVolume

engine/Poseidon/Audio/Text/SoundSystemText.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void SoundSystemText::SetWaveVolume(float vol)
112{
113 LOG_DEBUG(Audio, "[AudioText] SetWaveVolume({:.2f})", vol);
114 _waveVolume = vol;
115}
116
117void SoundSystemText::SetSpeechVolume(float vol)
118{

Callers 4

OnSliderPosChangedMethod · 0.45
OnButtonClickedMethod · 0.45
SetRowValueMethod · 0.45
TriSetVolumeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TriSetVolumeFunction · 0.36