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

Method LoadFromStream

src/Ext/House/Body.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642void HouseExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
643{
644 Extension<HouseClass>::LoadFromStream(Stm);
645 this->Serialize(Stm);
646}
647
648void HouseExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
649{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected