Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ iCSFileAsyncSkip
Function
iCSFileAsyncSkip
src/SB/Core/gc/iCutscene.cpp:196–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void iCSFileAsyncSkip(xCutscene* csn, U32 amount)
197
{
198
csn->Waiting = 1;
199
200
iFileSeek(&csn->File, amount, IFILE_SEEK_CUR);
201
}
202
203
void iCSFileClose(xCutscene* csn)
204
{
Callers
1
iCSLoadStep
Function · 0.85
Calls
1
iFileSeek
Function · 0.70
Tested by
no test coverage detected