Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void TerrainTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
108
{
109
Extension<TerrainTypeClass>::SaveToStream(Stm);
110
this->Serialize(Stm);
111
}
112
113
bool TerrainTypeExt::LoadGlobals(PhobosStreamReader& Stm)
114
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected