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

Method SaveToStream

src/Ext/BuildingType/Body.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void BuildingTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
296{
297 Extension<BuildingTypeClass>::SaveToStream(Stm);
298 this->Serialize(Stm);
299}
300
301bool BuildingTypeExt::ExtContainer::Load(BuildingTypeClass* pThis, IStream* pStm)
302{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected