Flecs v3.2
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
 
bool owned
 

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 121 of file expr.h.

Member Data Documentation

◆ name

char* ecs_expr_var_t::name

Definition at line 122 of file expr.h.

◆ owned

bool ecs_expr_var_t::owned

Definition at line 124 of file expr.h.

◆ value

ecs_value_t ecs_expr_var_t::value

Definition at line 123 of file expr.h.


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