Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_query_cache_revalidate_t Struct Reference

Payload for EcsOnQueryCacheRevalidate event. More...

#include <flecs.h>

Public Attributes

ecs_entity_t query
 Query for which to revalidate table.
 
uint64_t table_id
 Id of table to revalidate.
 

Detailed Description

Payload for EcsOnQueryCacheRevalidate event.

Definition at line 4835 of file flecs.h.

Member Data Documentation

◆ query

ecs_entity_t ecs_query_cache_revalidate_t::query

Query for which to revalidate table.

Definition at line 4836 of file flecs.h.

◆ table_id

uint64_t ecs_query_cache_revalidate_t::table_id

Id of table to revalidate.

Definition at line 4837 of file flecs.h.


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