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

Method SaveToStream

src/Ext/Techno/Body.cpp:619–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void TechnoExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
620{
621 Extension<TechnoClass>::SaveToStream(Stm);
622 this->Serialize(Stm);
623}
624
625bool TechnoExt::LoadGlobals(PhobosStreamReader& Stm)
626{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected