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

Method LoadFromStream

src/Ext/BuildingType/Body.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void BuildingTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
290{
291 Extension<BuildingTypeClass>::LoadFromStream(Stm);
292 this->Serialize(Stm);
293}
294
295void BuildingTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
296{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected