| 2249 | } |
| 2250 | |
| 2251 | void EveSpaceObject2::ClearAnimations() |
| 2252 | { |
| 2253 | if( m_animationUpdater ) |
| 2254 | { |
| 2255 | m_animationUpdater->ClearAnimations(); |
| 2256 | } |
| 2257 | } |
| 2258 | |
| 2259 | int EveSpaceObject2::GetClosestDamageLocatorIndex( const Vector3* position ) |
| 2260 | { |