Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_query_count_t Struct Reference

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.
 

Detailed Description

Struct returned by ecs_query_count().

Definition at line 4992 of file flecs.h.

Member Data Documentation

◆ entities

int32_t ecs_query_count_t::entities

Number of entities returned by query.

Definition at line 4994 of file flecs.h.

◆ results

int32_t ecs_query_count_t::results

Number of results returned by query.

Definition at line 4993 of file flecs.h.

◆ tables

int32_t ecs_query_count_t::tables

Number of tables returned by query.

Only set for queries for which the table count can be reliably determined.

Definition at line 4995 of file flecs.h.


The documentation for this struct was generated from the following file: