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

Method LoadFromStream

src/Ext/AnimType/Body.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void AnimTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
191{
192 Extension<AnimTypeClass>::LoadFromStream(Stm);
193 this->Serialize(Stm);
194}
195
196void AnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
197{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected