Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_script_desc_t Struct Reference

Used with ecs_script_init() More...

#include <plecs.h>

Public Attributes

ecs_entity_t entity
 
const char * filename
 
const char * str
 

Detailed Description

Used with ecs_script_init()

Definition at line 77 of file plecs.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_script_desc_t::entity

Definition at line 78 of file plecs.h.

◆ filename

const char* ecs_script_desc_t::filename

Definition at line 79 of file plecs.h.

◆ str

const char* ecs_script_desc_t::str

Definition at line 80 of file plecs.h.


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