Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Collaboration diagram for ID API:

Macros

#define ecs_count(world, type)    ecs_count_id(world, ecs_id(type))
 Count entities with a component.
 

Detailed Description

Macro Definition Documentation

◆ ecs_count

#define ecs_count ( world,
type )    ecs_count_id(world, ecs_id(type))

Count entities with a component.

Definition at line 716 of file flecs_c.h.