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

Method LoadFromStream

src/Ext/ParticleType/Body.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void ParticleTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
33{
34 Extension<ParticleTypeClass>::LoadFromStream(Stm);
35 this->Serialize(Stm);
36}
37
38void ParticleTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
39{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected