Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Used with ecs_script_expr_run(). More...
#include <script.h>
Public Attributes | |
const char * | name |
const char * | expr |
ecs_entity_t(* | lookup_action )(const ecs_world_t *, const char *value, void *ctx) |
void * | lookup_ctx |
ecs_script_vars_t * | vars |
Used with ecs_script_expr_run().
ecs_entity_t(* ecs_script_expr_run_desc_t::lookup_action) (const ecs_world_t *, const char *value, void *ctx) |
ecs_script_vars_t* ecs_script_expr_run_desc_t::vars |