MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xCutscene_LoadStart

Function xCutscene_LoadStart

src/SB/Core/x/xCutscene.cpp:135–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135S32 xCutscene_LoadStart(xCutscene* csn)
136{
137 U32 cnt;
138
139 cnt = iCSFileOpen(csn);
140
141 if (cnt <= 0)
142 {
143 return 0;
144 }
145
146 csn->Opened = 1;
147 return 1;
148}
149
150F32 xCutsceneConvertBreak(float param_1, xCutsceneBreak* param_2, U32 param_3, int param_4)
151{

Callers 1

zCutsceneMgrEventCBFunction · 0.85

Calls 1

iCSFileOpenFunction · 0.50

Tested by

no test coverage detected