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

Method SaveToStream

src/Ext/Side/Body.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void SideExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
82{
83 Extension<SideClass>::SaveToStream(Stm);
84 this->Serialize(Stm);
85}
86
87bool SideExt::LoadGlobals(PhobosStreamReader& Stm)
88{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected