MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetImpactEffectType

Method GetImpactEffectType

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1406–1409  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Return the impact effect type for this hull --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1404// Return the impact effect type for this hull
1405// --------------------------------------------------------------------------------
1406EveSOFDataHull::ImpactEffectType EveSOFDNA::GetImpactEffectType() const
1407{
1408 return m_hullDatas[0]->impactEffectType;
1409}
1410
1411// --------------------------------------------------------------------------------
1412// Description:

Callers 1

SetupImpactEffectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected