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

Method LoadFromStream

src/Ext/Building/Body.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void BuildingExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
479{
480 Extension<BuildingClass>::LoadFromStream(Stm);
481 this->Serialize(Stm);
482}
483
484void BuildingExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
485{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected