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

Public Attributes

ecs_entity_t return_type
 
ecs_vec_t params
 
ecs_function_callback_t callback
 
ecs_vector_function_callback_t vector_callbacks [(18)]
 
void * ctx
 

Detailed Description

Definition at line 143 of file script.h.

Member Data Documentation

◆ callback

ecs_function_callback_t ecs_script_function_t::callback

Definition at line 146 of file script.h.

◆ ctx

void* ecs_script_function_t::ctx

Definition at line 148 of file script.h.

◆ params

ecs_vec_t ecs_script_function_t::params

Definition at line 145 of file script.h.

◆ return_type

ecs_entity_t ecs_script_function_t::return_type

Definition at line 144 of file script.h.

◆ vector_callbacks

ecs_vector_function_callback_t ecs_script_function_t::vector_callbacks[(18)]

Definition at line 147 of file script.h.


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