Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SetEffectVolume
Function
SetEffectVolume
src/mixer.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
void SetEffectVolume(uint8_t volume)
252
{
253
_effect_vol.store(volume, std::memory_order_relaxed);
254
}
Callers
3
OnNewGRFsScanned
Method · 0.85
OnClick
Method · 0.85
OnClick
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected