Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ loopi
Function
loopi
source/src/openal.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
alGetSourcei(id, AL_BUFFERS_QUEUED, &queued);
124
ALERR;
125
loopi(queued)
126
{
127
ALuint buffer;
128
alSourceUnqueueBuffers(id, 1, &buffer);
129
}
130
return !ALERR;
131
}
132
Callers
1
load
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected