![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Used with ecs_const_var_init(). More...
#include <script.h>
Public Attributes | |
| const char * | name |
| Variable name. | |
| ecs_entity_t | parent |
| Variable parent (namespace). | |
| ecs_entity_t | type |
| Variable type. | |
| void * | value |
| Pointer to value of variable. | |
Used with ecs_const_var_init().
| ecs_entity_t ecs_const_var_desc_t::parent |
| ecs_entity_t ecs_const_var_desc_t::type |
| void* ecs_const_var_desc_t::value |