----------------------------------------------------------------------------- Description: Create an impact effect on this object -----------------------------------------------------------------------------
| 3145 | // Create an impact effect on this object |
| 3146 | // ----------------------------------------------------------------------------- |
| 3147 | int EveSpaceObject2::CreateImpact( int damageLocatorIndex, const Vector3& direction, float lifeTime, float size ) |
| 3148 | { |
| 3149 | if( m_impactOverlay ) |
| 3150 | { |
| 3151 | return m_impactOverlay->CreateImpact( damageLocatorIndex, direction, lifeTime, size, 1.f, m_lodLevel, this ); |
| 3152 | } |
| 3153 | return -1; |
| 3154 | } |
| 3155 | |
| 3156 | void EveSpaceObject2::SetLastDamageLocatorHit( unsigned int locator ) |
| 3157 | { |
no outgoing calls
no test coverage detected