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

Method SaveToStream

src/Ext/House/Body.cpp:648–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void HouseExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
649{
650 Extension<HouseClass>::SaveToStream(Stm);
651 this->Serialize(Stm);
652}
653
654bool HouseExt::LoadGlobals(PhobosStreamReader& Stm)
655{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected