![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Used with ecs_function_init and ecs_method_init. More...
#include <script.h>
Public Attributes | |
| const char * | name |
| Function name. | |
| ecs_entity_t | parent |
| Parent of function. | |
| ecs_script_parameter_t | params [(16)] |
| Function parameters. | |
| ecs_entity_t | return_type |
| Function return type. | |
| ecs_function_callback_t | callback |
| Function implementation. | |
| void * | ctx |
| Context passed to function implementation. | |
| ecs_function_callback_t ecs_function_desc_t::callback |
| void* ecs_function_desc_t::ctx |
| ecs_script_parameter_t ecs_function_desc_t::params[(16)] |
| ecs_entity_t ecs_function_desc_t::parent |
| ecs_entity_t ecs_function_desc_t::return_type |