----------------------------------------------------------------------------- Description: Update the effect on this object -----------------------------------------------------------------------------
| 3180 | // Update the effect on this object |
| 3181 | // ----------------------------------------------------------------------------- |
| 3182 | bool EveSpaceObject2::UpdateImpact( Vector3& out, const Vector3& direction, int impactIndex ) |
| 3183 | { |
| 3184 | if( m_impactOverlay ) |
| 3185 | { |
| 3186 | return m_impactOverlay->UpdateImpact( out, direction, impactIndex ); |
| 3187 | } |
| 3188 | return false; |
| 3189 | } |
| 3190 | |
| 3191 | unsigned int EveSpaceObject2::GetDamageLocatorCount() const |
| 3192 | { |
no outgoing calls
no test coverage detected