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

Method LoadFromStream

src/Ext/Anim/Body.cpp:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void AnimExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
383{
384 Extension<AnimClass>::LoadFromStream(Stm);
385 this->Serialize(Stm);
386
387 if (this->AttachedSystem)
388 AnimExt::AnimsWithAttachedParticles.push_back(this->OwnerObject());
389}
390
391void AnimExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
392{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected