Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void SoundSystemText::SetWaveVolume(float vol)
112
{
113
LOG_DEBUG(Audio,
"[AudioText] SetWaveVolume({:.2f})"
, vol);
114
_waveVolume = vol;
115
}
116
117
void SoundSystemText::SetSpeechVolume(float vol)
118
{
Callers
4
OnSliderPosChanged
Method · 0.45
OnButtonClicked
Method · 0.45
SetRowValue
Method · 0.45
TriSetVolume
Function · 0.45
Calls
no outgoing calls
Tested by
1
TriSetVolume
Function · 0.36