Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_script_eval_result_t Struct Reference

Used to capture error output from script evaluation. More...

#include <script.h>

Public Attributes

char * error
 

Detailed Description

Used to capture error output from script evaluation.

Definition at line 160 of file script.h.

Member Data Documentation

◆ error

char* ecs_script_eval_result_t::error

Definition at line 161 of file script.h.


The documentation for this struct was generated from the following file: