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

Method SaveToStream

src/Ext/TerrainType/Body.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void TerrainTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
108{
109 Extension<TerrainTypeClass>::SaveToStream(Stm);
110 this->Serialize(Stm);
111}
112
113bool TerrainTypeExt::LoadGlobals(PhobosStreamReader& Stm)
114{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected