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

Method SetCDVolume

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

Source from the content-addressed store, hash-verified

103}
104
105void SoundSystemText::SetCDVolume(float vol)
106{
107 LOG_DEBUG(Audio, "[AudioText] SetCDVolume({:.2f})", vol);
108 _cdVolume = vol;
109}
110
111void SoundSystemText::SetWaveVolume(float vol)
112{

Callers 4

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

Calls

no outgoing calls

Tested by 1

TriSetVolumeFunction · 0.36