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

Method LoadFromStream

src/Ext/Techno/Body.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613void TechnoExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
614{
615 Extension<TechnoClass>::LoadFromStream(Stm);
616 this->Serialize(Stm);
617}
618
619void TechnoExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
620{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected