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

Method Initialize

src/Ext/WeaponType/Body.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void WeaponTypeExt::ExtData::Initialize()
44{
45 this->RadType = RadTypeClass::FindOrAllocate(GameStrings::Radiation);
46}
47
48int WeaponTypeExt::ExtData::GetBurstDelay(int burstIndex) const
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected