Misc convenience macro's.
More...
Misc convenience macro's.
◆ ecs_childof
◆ ecs_dependson
#define ecs_dependson |
( |
| e | ) |
|
◆ ecs_each
#define ecs_each |
( |
| world, |
|
|
| id ) |
Value:
FLECS_API const ecs_entity_t ecs_id(EcsDocDescription)
Component id for EcsDocDescription.
ecs_iter_t ecs_each_id(const ecs_world_t *world, ecs_id_t id)
Iterate all entities with specified (component id).
Definition at line 879 of file flecs_c.h.
◆ ecs_each_pair
#define ecs_each_pair |
( |
| world, |
|
|
| r, |
|
|
| t ) |
◆ ecs_each_pair_t
#define ecs_each_pair_t |
( |
| world, |
|
|
| R, |
|
|
| t ) |
◆ ecs_isa
◆ ecs_with