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

Function xSGSetup

src/SB/Core/x/xsavegame.cpp:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447S32 xSGSetup(st_XSAVEGAME_DATA* xsgdata)
448{
449 return xSGSetup(xsgdata, 0, "nothing", -1, 0, 0);
450}
451
452S32 xSGSetup(st_XSAVEGAME_DATA* xsgdata, S32 gidx, char* label, S32 progress, iTime playtime,
453 S32 thumbIconIdx)

Callers 3

zSaveLoad_DoAutoSaveFunction · 0.50
zSaveLoad_SaveGameFunction · 0.50
zSaveLoad_LoadGameFunction · 0.50

Calls 4

strncpyFunction · 0.85
xSG_ld_preploadFunction · 0.85
xSG_sv_flipinfoFunction · 0.70
xSG_sv_prepdestFunction · 0.70

Tested by

no test coverage detected