Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
11template <typename... Comps, typename... Args>
12flecs::alert_builder<Comps...> alert(Args &&... args) const;
flecs::alert_builder< Comps... > alert(Args &&... args) const
Create an alert.
Alert builder.
Definition builder.hpp:24