![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Struct returned by ecs_query_count(). More...
#include <flecs.h>
Public Attributes | |
| int32_t | results |
| Number of results returned by query. | |
| int32_t | entities |
| Number of entities returned by query. | |
| int32_t | tables |
| Number of tables returned by query. | |
Struct returned by ecs_query_count().
| int32_t ecs_query_count_t::entities |
| int32_t ecs_query_count_t::results |
| int32_t ecs_query_count_t::tables |