MCPcopy 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
196void iCSFileAsyncSkip(xCutscene* csn, U32 amount)
197{
198 csn->Waiting = 1;
199
200 iFileSeek(&csn->File, amount, IFILE_SEEK_CUR);
201}
202
203void iCSFileClose(xCutscene* csn)
204{

Callers 1

iCSLoadStepFunction · 0.85

Calls 1

iFileSeekFunction · 0.70

Tested by

no test coverage detected