Flecs v4.1
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
 Error message, or NULL if no error.
 

Detailed Description

Used to capture error output from script evaluation.

Definition at line 172 of file script.h.

Member Data Documentation

◆ error

char* ecs_script_eval_result_t::error

Error message, or NULL if no error.

Must be freed by the application.

Definition at line 173 of file script.h.


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