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

Script object. More...

#include <script.h>

Public Attributes

ecs_world_tworld
 
const char * name
 
const char * code
 

Detailed Description

Script object.

Definition at line 59 of file script.h.

Member Data Documentation

◆ code

const char* ecs_script_t::code

Definition at line 62 of file script.h.

◆ name

const char* ecs_script_t::name

Definition at line 61 of file script.h.

◆ world

ecs_world_t* ecs_script_t::world

Definition at line 60 of file script.h.


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