| 50 | } |
| 51 | |
| 52 | bool EveEntity::IsInRegistry() const |
| 53 | { |
| 54 | return m_registry != nullptr; |
| 55 | } |
| 56 | |
| 57 | /// Registers the entity to an component registry. |
| 58 | /// If the entity has been registered with another registry, then we first unregister the entity |
no outgoing calls
no test coverage detected