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

Method LoadFromStream

src/Ext/SWType/Body.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void SWTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
182{
183 Extension<SuperWeaponTypeClass>::LoadFromStream(Stm);
184 this->Serialize(Stm);
185}
186
187void SWTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
188{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected