Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsAlertsActive Struct Reference

Map with active alerts for entity. More...

#include <alerts.h>

Public Attributes

int32_t info_count
 
int32_t warning_count
 
int32_t error_count
 
ecs_map_t alerts
 

Detailed Description

Map with active alerts for entity.

Definition at line 60 of file alerts.h.

Member Data Documentation

◆ alerts

ecs_map_t EcsAlertsActive::alerts

Definition at line 64 of file alerts.h.

◆ error_count

int32_t EcsAlertsActive::error_count

Definition at line 63 of file alerts.h.

◆ info_count

int32_t EcsAlertsActive::info_count

Definition at line 61 of file alerts.h.

◆ warning_count

int32_t EcsAlertsActive::warning_count

Definition at line 62 of file alerts.h.


The documentation for this struct was generated from the following file: