12template <
typename ... Components>
35 FlecsAlertsImport(
world);
43template <
typename... Comps,
typename... Args>
FLECS_API ecs_entity_t ecs_alert_init(ecs_world_t *world, const ecs_alert_desc_t *desc)
Create a new alert.
flecs::alert_builder< Comps... > alert(Args &&... args) const
Create alert.
flecs::entity entity(Args &&... args) const
Create an entity.
ecs_filter_desc_t filter
Alert query.
ecs_term_t * terms_buffer
For filters with lots of terms an outside array can be provided.