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

Method SaveToStream

src/Ext/WarheadType/Body.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void WarheadTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
488{
489 Extension<WarheadTypeClass>::SaveToStream(Stm);
490 this->Serialize(Stm);
491}
492
493bool WarheadTypeExt::LoadGlobals(PhobosStreamReader& Stm)
494{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected