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

Method LoadFromStream

src/Ext/Scenario/Body.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void ScenarioExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
168{
169 Extension<ScenarioClass>::LoadFromStream(Stm);
170 this->Serialize(Stm);
171}
172
173void ScenarioExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
174{

Callers 1

GET_STACKFunction · 0.45

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected