Script function context. More...
#include <script.h>
Public Attributes | |
| ecs_world_t * | world |
| The world. | |
| ecs_entity_t | function |
| The function entity. | |
| ecs_entity_t | entity |
| "this" entity (for methods and async functions). | |
| void * | ctx |
| User context. | |
| ecs_entity_t ecs_function_ctx_t::entity |
| ecs_entity_t ecs_function_ctx_t::function |
| ecs_world_t* ecs_function_ctx_t::world |