Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ seek
Method
seek
source/src/oggstream.cpp:290–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
void oggstream::seek(double offset)
291
{
292
ASSERT(valid);
293
if(!totalseconds) return;
294
ov_time_seek_page(&oggfile, fmod(totalseconds-5.0f, totalseconds));
295
}
296
Callers
8
oggcallbackseek
Function · 0.45
load
Method · 0.45
demoworkerthread
Function · 0.45
load_world
Function · 0.45
musicsuggest
Method · 0.45
load
Method · 0.45
save_png
Function · 0.45
processdownload
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected