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

Method SaveToStream

src/Ext/ParticleType/Body.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ParticleTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
39{
40 Extension<ParticleTypeClass>::SaveToStream(Stm);
41 this->Serialize(Stm);
42}
43
44bool ParticleTypeExt::LoadGlobals(PhobosStreamReader& Stm)
45{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected