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

Method LoadFromStream

src/Ext/WeaponType/Body.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173};
174
175void WeaponTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
176{
177 Extension<WeaponTypeClass>::LoadFromStream(Stm);
178 this->Serialize(Stm);
179
180}
181
182void WeaponTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
183{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected