![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Script component. More...
#include <script.h>
Public Attributes | |
| char * | filename |
| Script filename. | |
| char * | code |
| Script source code. | |
| char * | error |
| Set if script evaluation had errors. | |
| ecs_script_t * | script |
| Parsed script object. | |
| ecs_script_template_t * | template_ |
| Only set for template scripts. | |
Script component.
This component is added to the entities of managed scripts and templates.
| char* EcsScript::error |
| ecs_script_t* EcsScript::script |
| ecs_script_template_t* EcsScript::template_ |