Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Building/Body.cpp:484–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
void BuildingExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
485
{
486
Extension<BuildingClass>::SaveToStream(Stm);
487
this->Serialize(Stm);
488
}
489
490
bool BuildingExt::LoadGlobals(PhobosStreamReader& Stm)
491
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected