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

Function zEntDestructObj_Load

src/SB/Game/zEntDestructObj.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void zEntDestructObj_Load(zEntDestructObj* ent, xSerial* s)
313{
314 zEntLoad((zEnt*)ent, s);
315 s->Read(&ent->state);
316}
317
318void zEntDestructObj_Setup(zEntDestructObj* ent)
319{

Callers 1

zSceneLoadFunction · 0.85

Calls 2

zEntLoadFunction · 0.85
ReadMethod · 0.80

Tested by

no test coverage detected