Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Alert severity filter. More...
#include <alerts.h>
Public Attributes | |
ecs_entity_t | severity |
ecs_id_t | with |
const char * | var |
int32_t | _var_index |
Alert severity filter.
A severity filter can adjust the severity of an alert based on whether an entity in the alert query has a specific component. For example, a filter could check if an entity has the "Production" tag, and increase the default severity of an alert from Warning to Error.
ecs_entity_t ecs_alert_severity_filter_t::severity |