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

Method Serialize

src/Ext/ParticleSystemType/Body.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template <typename T>
9void ParticleSystemTypeExt::ExtData::Serialize(T& Stm)
10{
11 Stm
12 .Process(this->AdjustTargetCoordsOnRotation)
13 ;
14}
15
16void ParticleSystemTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
17{

Callers 2

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected