Struct returned by ecs_query_count().
More...
#include <flecs.h>
|
| int32_t | results |
| | Number of results returned by the query.
|
| int32_t | entities |
| | Number of entities returned by the query.
|
| int32_t | tables |
| | Number of tables returned by the query.
|
Struct returned by ecs_query_count().
Definition at line 5053 of file flecs.h.
◆ entities
| int32_t ecs_query_count_t::entities |
Number of entities returned by the query.
Definition at line 5055 of file flecs.h.
◆ results
| int32_t ecs_query_count_t::results |
Number of results returned by the query.
Definition at line 5054 of file flecs.h.
◆ tables
| int32_t ecs_query_count_t::tables |
Number of tables returned by the query.
Only set for queries for which the table count can be reliably determined.
Definition at line 5056 of file flecs.h.
The documentation for this struct was generated from the following file: