Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity_view.inl
Go to the documentation of this file.
1
11int32_t alert_count(flecs::entity_t alert = 0) const {
12 return ecs_get_alert_count(m_world, m_id, alert);
13}
FLECS_API int32_t ecs_get_alert_count(const ecs_world_t *world, ecs_entity_t entity, ecs_entity_t alert)
Return number of active alerts for entity.
int32_t alert_count(flecs::entity_t alert=0) const
Return number of alerts for entity.