MCPcopy 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
251void SetEffectVolume(uint8_t volume)
252{
253 _effect_vol.store(volume, std::memory_order_relaxed);
254}

Callers 3

OnNewGRFsScannedMethod · 0.85
OnClickMethod · 0.85
OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected