MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getChannelVolume

Function getChannelVolume

src/Audio/src/AudioEngine.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 }
460
461 int32_t getChannelVolume(ChannelId channel)
462 {
463 return _channelVolumes[static_cast<size_t>(channel)];
464 }
465
466 // Effects
467

Callers 1

drawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected