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

Script world mixin. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int script_run (const char *name, const char *str) const
 Run script.
 
int script_run_file (const char *filename) const
 Run script from file.
 
script_builder script (const char *name=nullptr) const
 Build script.
 
flecs::string to_expr (flecs::entity_t tid, const void *value)
 Convert value to string.
 
template<typename T >
flecs::string to_expr (const T *value)
 Convert value to string.
 

Detailed Description

Script world mixin.

Definition in file mixin.inl.