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

Method LoadFromINIFile

src/Ext/ParticleSystemType/Body.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void ParticleSystemTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
17{
18 auto pThis = this->OwnerObject();
19 const char* pSection = pThis->ID;
20 INI_EX exINI(pINI);
21
22 this->AdjustTargetCoordsOnRotation.Read(exINI, pSection, "AdjustTargetCoordsOnRotation");
23}
24
25void ParticleSystemTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
26{

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected