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

Method SaveToStream

src/Ext/Building/Body.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void BuildingExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
485{
486 Extension<BuildingClass>::SaveToStream(Stm);
487 this->Serialize(Stm);
488}
489
490bool BuildingExt::LoadGlobals(PhobosStreamReader& Stm)
491{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected