| 563 | bool WasComponentChanged(EntityHandle entity, ComponentTypeIndex component); |
| 564 | |
| 565 | inline bool HasComponent(ComponentTypeIndex type) const |
| 566 | { |
| 567 | return ComponentsInClass[(uint16_t)type]; |
| 568 | } |
| 569 | }; |
| 570 | |
| 571 |
nothing calls this directly
no outgoing calls
no test coverage detected