Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ sourcerelative
Method
sourcerelative
source/src/openal.cpp:177–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
bool source::sourcerelative(bool enable)
178
{
179
alclearerr();
180
alSourcei(id, AL_SOURCE_RELATIVE, enable ? AL_TRUE : AL_FALSE);
181
return !ALERR;
182
}
183
184
int source::state()
185
{
Callers
2
oggstream
Method · 0.80
evaluateworldobjref
Method · 0.80
Calls
1
alclearerr
Function · 0.85
Tested by
no test coverage detected