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

Method Serialize

src/Ext/Anim/Body.cpp:365–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364template <typename T>
365void AnimExt::ExtData::Serialize(T& Stm)
366{
367 Stm
368 .Process(this->DeathUnitFacing)
369 .Process(this->FromDeathUnit)
370 .Process(this->DeathUnitTurretFacing)
371 .Process(this->DeathUnitHasTurret)
372 .Process(this->Invoker)
373 .Process(this->InvokerHouse)
374 .Process(this->AttachedSystem)
375 .Process(this->ParentBuilding)
376 .Process(this->IsTechnoTrailerAnim)
377 .Process(this->IsAttachedEffectAnim)
378 .Process(this->IsShieldIdleAnim)
379 ;
380}
381
382void AnimExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
383{

Callers 2

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected