-------------------------------------------------------------------------------- Description: Just pass through the getradius function call --------------------------------------------------------------------------------
| 398 | // Just pass through the getradius function call |
| 399 | // -------------------------------------------------------------------------------- |
| 400 | float EveTurretTarget::GetRadius() const |
| 401 | { |
| 402 | if( m_object ) |
| 403 | { |
| 404 | return m_object->GetRadius(); |
| 405 | } |
| 406 | return -1.f; |
| 407 | } |
| 408 | |
| 409 | // -------------------------------------------------------------------------------- |
| 410 | // Description: |
no outgoing calls
no test coverage detected