Used with ecs_expr_run().
More...
#include <script.h>
Used with ecs_expr_run().
Definition at line 497 of file script.h.
◆ allow_unresolved_identifiers
bool ecs_expr_eval_desc_t::allow_unresolved_identifiers |
◆ disable_folding
bool ecs_expr_eval_desc_t::disable_folding |
◆ expr
const char* ecs_expr_eval_desc_t::expr |
Full expression string.
Definition at line 499 of file script.h.
◆ lookup_action
◆ lookup_ctx
void* ecs_expr_eval_desc_t::lookup_ctx |
Context passed to lookup function.
Definition at line 504 of file script.h.
◆ name
const char* ecs_expr_eval_desc_t::name |
◆ runtime
ecs_script_runtime_t* ecs_expr_eval_desc_t::runtime |
Reusable runtime (optional)
Definition at line 515 of file script.h.
◆ type
Type of parsed value (optional)
Definition at line 506 of file script.h.
◆ vars
Variables accessible in expression.
Definition at line 505 of file script.h.
The documentation for this struct was generated from the following file: