-------------------------------------------------------------------------------- Description: Pass through the GetImpactConfiguration call to the target object --------------------------------------------------------------------------------
| 411 | // Pass through the GetImpactConfiguration call to the target object |
| 412 | // -------------------------------------------------------------------------------- |
| 413 | ITriTargetable::ImpactConfiguration EveTurretTarget::GetImpactConfiguration() const |
| 414 | { |
| 415 | if( m_object ) |
| 416 | { |
| 417 | return m_object->GetImpactConfiguration(); |
| 418 | } |
| 419 | return ITriTargetable::ImpactConfiguration::IMPACT_INVALID; |
| 420 | } |
| 421 | |
| 422 | // -------------------------------------------------------------------------------- |
| 423 | // Description: |