MCPcopy 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
184int source::state()
185{
186 ALint s;
187 alGetSourcei(id, AL_SOURCE_STATE, &s);
188 return s;
189}
190
191bool source::secoffset(float secs)
192{

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected