Struct returned by ecs_query_count().
More...
#include <flecs.h>
|
| 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.
|
| |
| int32_t | empty_tables |
| | Number of empty tables returned by query.
|
| |
Struct returned by ecs_query_count().
Definition at line 4879 of file flecs.h.
◆ empty_tables
| int32_t ecs_query_count_t::empty_tables |
Number of empty tables returned by query.
Definition at line 4883 of file flecs.h.
◆ entities
| int32_t ecs_query_count_t::entities |
Number of entities returned by query.
Definition at line 4881 of file flecs.h.
◆ results
| int32_t ecs_query_count_t::results |
Number of results returned by query.
Definition at line 4880 of file flecs.h.
◆ tables
| int32_t ecs_query_count_t::tables |
Number of tables returned by query.
Definition at line 4882 of file flecs.h.
The documentation for this struct was generated from the following file: