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

Method LoadBeforeTypeData

src/Ext/Rules/Body.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void RulesExt::LoadBeforeTypeData(RulesClass* pThis, CCINIClass* pINI)
33{
34 DigitalDisplayTypeClass::LoadFromINIList(pINI);
35 RadTypeClass::LoadFromINIList(pINI);
36 ShieldTypeClass::LoadFromINIList(pINI);
37 LaserTrailTypeClass::LoadFromINIList(&CCINIClass::INI_Art);
38 AttachEffectTypeClass::LoadFromINIList(pINI);
39
40 Data->LoadBeforeTypeData(pThis, pINI);
41}
42
43void RulesExt::LoadAfterTypeData(RulesClass* pThis, CCINIClass* pINI)
44{

Callers

nothing calls this directly

Calls 7

ReadSpeedMethod · 0.80
issetMethod · 0.80
ReadStringMethod · 0.80
ReadMethod · 0.45
GetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected