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