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 4929 of file flecs.h.
◆ empty_tables
int32_t ecs_query_count_t::empty_tables |
Number of empty tables returned by query.
Definition at line 4933 of file flecs.h.
◆ entities
int32_t ecs_query_count_t::entities |
Number of entities returned by query.
Definition at line 4931 of file flecs.h.
◆ results
int32_t ecs_query_count_t::results |
Number of results returned by query.
Definition at line 4930 of file flecs.h.
◆ tables
int32_t ecs_query_count_t::tables |
Number of tables returned by query.
Definition at line 4932 of file flecs.h.
The documentation for this struct was generated from the following file: