--------------------------------------------------------------------------------
| 327 | |
| 328 | // -------------------------------------------------------------------------------- |
| 329 | float EvePlanet::GetRadius() const |
| 330 | { |
| 331 | return m_radius; |
| 332 | } |
| 333 | |
| 334 | // -------------------------------------------------------------------------------- |
| 335 | int EvePlanet::CreateImpact( int damageLocatorIndex, const Vector3& direction, float lifeTime, float size ) |
no outgoing calls
no test coverage detected