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