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

Method Initialize

src/Ext/RadSite/Body.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9RadSiteExt::ExtContainer RadSiteExt::ExtMap;
10
11void RadSiteExt::ExtData::Initialize()
12{
13 this->Type = RadTypeClass::FindOrAllocate(GameStrings::Radiation);
14}
15
16bool RadSiteExt::ExtData::ApplyRadiationDamage(TechnoClass* pTarget, int& damage)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected