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

Method Serialize

src/Ext/Scenario/Body.cpp:154–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153template <typename T>
154void ScenarioExt::ExtData::Serialize(T& Stm)
155{
156 Stm
157 .Process(this->Waypoints)
158 .Process(this->Variables[0])
159 .Process(this->Variables[1])
160 .Process(this->ShowBriefing)
161 .Process(this->BriefingTheme)
162 .Process(this->AutoDeathObjects)
163 .Process(this->TransportReloaders)
164 ;
165}
166
167void ScenarioExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
168{

Callers 2

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected