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

Public Attributes

ecs_hashmap_t var_index
 
ecs_vec_t vars
 
struct ecs_expr_var_scope_tparent
 

Detailed Description

Definition at line 127 of file expr.h.

Member Data Documentation

◆ parent

struct ecs_expr_var_scope_t* ecs_expr_var_scope_t::parent

Definition at line 130 of file expr.h.

◆ var_index

ecs_hashmap_t ecs_expr_var_scope_t::var_index

Definition at line 128 of file expr.h.

◆ vars

ecs_vec_t ecs_expr_var_scope_t::vars

Definition at line 129 of file expr.h.


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