Flecs v4.1
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
 The world.
 
const char * name
 Script name.
 
const char * code
 Script source code.
 

Detailed Description

Script object.

Definition at line 87 of file script.h.

Member Data Documentation

◆ code

const char* ecs_script_t::code

Script source code.

Definition at line 90 of file script.h.

◆ name

const char* ecs_script_t::name

Script name.

Definition at line 89 of file script.h.

◆ world

ecs_world_t* ecs_script_t::world

The world.

Definition at line 88 of file script.h.


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