MCPcopy 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
223bool source::stop()
224{
225 alclearerr();
226 alSourceStop(id);
227 return !ALERR;
228}
229
230bool source::rewind()
231{

Callers 3

resetMethod · 0.45
dropMethod · 0.45
cleanupserverFunction · 0.45

Calls 1

alclearerrFunction · 0.85

Tested by

no test coverage detected