13 template <
typename ... Components>
14 using alert_builder_base =
builder<
16 alert_builder_i, Components ...>;
23template <
typename ... Components>
24struct alert_builder final : _::alert_builder_base<Components...> {
26 : _::alert_builder_base<Components...>(
world)
28 _::populate_signature<Components...>(
world,
this);
struct ecs_alert_desc_t ecs_alert_desc_t
Alert descriptor, used with ecs_alert_init().
ecs_world_t world_t
World type.
Base & name(const char *name)
Specify the value of the identifier by name.
flecs::alert_builder< Comps... > alert(Args &&... args) const
Create an alert.