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

Method LoadFromStream

src/Ext/BulletType/Body.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void BulletTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
156{
157 Extension<BulletTypeClass>::LoadFromStream(Stm);
158 this->Serialize(Stm);
159}
160
161void BulletTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
162{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected