Script variable.
More...
#include <script.h>
Script variable.
Definition at line 64 of file script.h.
◆ is_const
| bool ecs_script_var_t::is_const |
Whether the variable is constant.
Definition at line 69 of file script.h.
◆ name
| const char* ecs_script_var_t::name |
Variable name.
Definition at line 65 of file script.h.
◆ sp
| int32_t ecs_script_var_t::sp |
Stack pointer.
Definition at line 68 of file script.h.
◆ type_info
Type information.
Definition at line 67 of file script.h.
◆ value
Variable value.
Definition at line 66 of file script.h.
The documentation for this struct was generated from the following file: