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 4917 of file flecs.h.
◆ empty_tables
| int32_t ecs_query_count_t::empty_tables |
Number of empty tables returned by query.
Definition at line 4921 of file flecs.h.
◆ entities
| int32_t ecs_query_count_t::entities |
Number of entities returned by query.
Definition at line 4919 of file flecs.h.
◆ results
| int32_t ecs_query_count_t::results |
Number of results returned by query.
Definition at line 4918 of file flecs.h.
◆ tables
| int32_t ecs_query_count_t::tables |
Number of tables returned by query.
Definition at line 4920 of file flecs.h.
The documentation for this struct was generated from the following file: