----------------------------- EcsController::HasComponent
| 495 | // EcsController::HasComponent |
| 496 | // |
| 497 | bool EcsController::HasComponent(T_EntityId const entity, T_CompTypeIdx const compType) const |
| 498 | { |
| 499 | return m_Entities[entity].archetype->HasComponent(compType); |
| 500 | } |
| 501 | |
| 502 | //--------------------------------- |
| 503 | // EcsController::GetComponentData |
nothing calls this directly
no outgoing calls
no test coverage detected