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

Method LoadFromStream

src/Ext/WarheadType/Body.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void WarheadTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
482{
483 Extension<WarheadTypeClass>::LoadFromStream(Stm);
484 this->Serialize(Stm);
485}
486
487void WarheadTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
488{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected