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

Function zUI_ScenePortalSave

src/SB/Game/zUI.cpp:1964–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962}
1963
1964void zUI_ScenePortalSave(xSerial* s)
1965{
1966 for (U32 i = 0; i < WORLD_COUNT; i++)
1967 {
1968 for (U32 j = 0; j < sWorld[i].numTasks; j++)
1969 {
1970 s->Write(sWorld[i].task[j].counter->count);
1971 }
1972 }
1973}
1974
1975void zUI_ScenePortalLoad(xSerial* s)
1976{

Callers 1

zSceneSaveFunction · 0.70

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected