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

Storage for parser variables. More...

#include <expr.h>

Public Attributes

char * name
 
ecs_value_t value
 

Detailed Description

Storage for parser variables.

Variables make it possible to parameterize expression strings, and are referenced with the $ operator (e.g. $var).

Definition at line 115 of file expr.h.

Member Data Documentation

◆ name

char* ecs_expr_var_t::name

Definition at line 116 of file expr.h.

◆ value

ecs_value_t ecs_expr_var_t::value

Definition at line 117 of file expr.h.


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