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

Method SaveToStream

src/Ext/SWType/Body.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void SWTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
188{
189 Extension<SuperWeaponTypeClass>::SaveToStream(Stm);
190 this->Serialize(Stm);
191}
192
193bool SWTypeExt::LoadGlobals(PhobosStreamReader& Stm)
194{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected