Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void SoundSystemText::SetCDVolume(float vol)
106
{
107
LOG_DEBUG(Audio,
"[AudioText] SetCDVolume({:.2f})"
, vol);
108
_cdVolume = vol;
109
}
110
111
void SoundSystemText::SetWaveVolume(float vol)
112
{
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