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

Method SaveToStream

src/Ext/Scenario/Body.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void ScenarioExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
174{
175 Extension<ScenarioClass>::SaveToStream(Stm);
176 this->Serialize(Stm);
177}
178
179// =============================
180// container hooks

Callers 1

Body.cppFile · 0.45

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected