--------------------------------------------------------------------------------
| 3556 | |
| 3557 | // -------------------------------------------------------------------------------- |
| 3558 | bool EveSpaceObject2::IsPickable() const |
| 3559 | { |
| 3560 | return m_isPickable; |
| 3561 | } |
| 3562 | |
| 3563 | // -------------------------------------------------------------------------------- |
| 3564 | // Description: |
no outgoing calls
no test coverage detected