Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ unpause
Function
unpause
src/Audio/src/AudioEngine.cpp:364–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
void unpause(AudioHandle handle)
365
{
366
auto* inst = getInstance(handle);
367
if (inst != nullptr)
368
{
369
alSourcePlay(inst->sourceId);
370
}
371
}
372
373
bool isPlaying(AudioHandle handle)
374
{
Callers
1
unpauseMusic
Function · 0.85
Calls
1
getInstance
Function · 0.85
Tested by
no test coverage detected