| 103 | } |
| 104 | |
| 105 | EveComponentRegistry* EveEntity::GetComponentRegistry() const |
| 106 | { |
| 107 | return m_registry; |
| 108 | } |
| 109 | |
| 110 | std::optional<uint32_t> EveEntity::GetComponentIndex( uint32_t componentBit ) const |
| 111 | { |
no outgoing calls
no test coverage detected