MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / SaveToStream

Method SaveToStream

src/Ext/OverlayType/Body.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void OverlayTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
51{
52 Extension<OverlayTypeClass>::SaveToStream(Stm);
53 this->Serialize(Stm);
54}
55
56bool OverlayTypeExt::LoadGlobals(PhobosStreamReader& Stm)
57{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected