| 153 | } |
| 154 | |
| 155 | void EveShip2::UnRegisterComponents() |
| 156 | { |
| 157 | EveMobile::UnRegisterComponents(); |
| 158 | auto registry = this->GetComponentRegistry(); |
| 159 | if( registry && m_boosters ) |
| 160 | { |
| 161 | m_boosters->UnRegister( registry ); |
| 162 | } |
| 163 | } |
| 164 | |
| 165 | void EveShip2::RegisterWithQuadRenderer( Tr2QuadRenderer& quadRenderer ) |
| 166 | { |
nothing calls this directly
no test coverage detected