Skip to content
Flecs v4.1
Component ID flags.

ID flags are bits that can be set on an ID (ecs_id_t). More...

Variables

const ecs_id_t ECS_PAIR
 Indicate that the ID is a pair.
const ecs_id_t ECS_AUTO_OVERRIDE
 Automatically override component when it is inherited.
const ecs_id_t ECS_TOGGLE
 Add a bitset to storage, which allows a component to be enabled or disabled.
const ecs_id_t ECS_VALUE_PAIR
 Indicate that the target of a pair is an integer value.

Detailed Description

ID flags are bits that can be set on an ID (ecs_id_t).