Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ state
Method
state
source/src/openal.cpp:184–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
int source::state()
185
{
186
ALint s;
187
alGetSourcei(id, AL_SOURCE_STATE, &s);
188
return s;
189
}
190
191
bool source::secoffset(float secs)
192
{
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected