Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_script_expr_run_desc_t Struct Reference

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_tvars
 

Detailed Description

Used with ecs_script_expr_run().

Definition at line 384 of file script.h.

Member Data Documentation

◆ expr

const char* ecs_script_expr_run_desc_t::expr

Definition at line 386 of file script.h.

◆ lookup_action

ecs_entity_t(* ecs_script_expr_run_desc_t::lookup_action) (const ecs_world_t *, const char *value, void *ctx)

Definition at line 387 of file script.h.

◆ lookup_ctx

void* ecs_script_expr_run_desc_t::lookup_ctx

Definition at line 391 of file script.h.

◆ name

const char* ecs_script_expr_run_desc_t::name

Definition at line 385 of file script.h.

◆ vars

ecs_script_vars_t* ecs_script_expr_run_desc_t::vars

Definition at line 392 of file script.h.


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