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

Method LoadFromStream

src/Ext/TechnoType/Body.cpp:867–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 ;
866}
867void TechnoTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
868{
869 Extension<TechnoTypeClass>::LoadFromStream(Stm);
870 this->Serialize(Stm);
871}
872
873void TechnoTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
874{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected