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

Function xEntSave

src/SB/Core/x/xEnt.cpp:623–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void xEntSave(xEnt* ent, xSerial* s)
624{
625 xBaseSave(ent, s);
626
627 if (xEntIsVisible(ent))
628 {
629 s->Write_b1(1);
630 }
631 else
632 {
633 s->Write_b1(0);
634 }
635}
636
637void xEntLoad(xEnt* ent, xSerial* s)
638{

Callers 1

zEntSaveFunction · 0.85

Calls 3

xBaseSaveFunction · 0.85
xEntIsVisibleFunction · 0.85
Write_b1Method · 0.80

Tested by

no test coverage detected