Const component. More...
#include <script.h>
Public Attributes | |
| ecs_value_t | value |
| const ecs_type_info_t * | type_info |
Const component.
This component describes a const variable that can be used from scripts. The value of a const variable is folded into expressions that use it.
| const ecs_type_info_t* EcsScriptConstVar::type_info |
| ecs_value_t EcsScriptConstVar::value |