Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ stop
Method
stop
source/src/openal.cpp:223–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
bool source::stop()
224
{
225
alclearerr();
226
alSourceStop(id);
227
return !ALERR;
228
}
229
230
bool source::rewind()
231
{
Callers
3
reset
Method · 0.45
drop
Method · 0.45
cleanupserver
Function · 0.45
Calls
1
alclearerr
Function · 0.85
Tested by
no test coverage detected