Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Function component. More...
#include <script.h>
Public Attributes | |
ecs_entity_t | return_type |
ecs_vec_t | params |
ecs_function_callback_t | callback |
void * | ctx |
Function component.
This component describes a function that can be called from a script.
ecs_function_callback_t EcsScriptFunction::callback |
ecs_entity_t EcsScriptFunction::return_type |