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

Function xCameraEnd

src/SB/Core/x/xCamera.cpp:1151–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151void xCameraEnd(xCamera* cam, F32 seconds, S32 update_scrn_fx)
1152{
1153 if (update_scrn_fx)
1154 {
1155 xScrFxUpdate(cam->lo_cam, seconds);
1156 }
1157
1158 iCameraEnd(cam->lo_cam);
1159}
1160
1161void xCameraShowRaster(xCamera* cam)
1162{

Callers 2

zSaveLoad_TickFunction · 0.85
zMenuLoopFunction · 0.85

Calls 2

xScrFxUpdateFunction · 0.85
iCameraEndFunction · 0.85

Tested by

no test coverage detected