Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ StopAll
Method
StopAll
engine/src/sound.cpp:118–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void Sound::StopAll()
119
{
120
#if defined(USE_FMOD)
121
musicChannel->stop();
122
sfxChannel->stop();
123
#endif
124
}
125
126
void Sound::setReverb(bool state)
127
{
Callers
1
G_loadLevel
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected