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

Used with ecs_const_var_init. More...

#include <script.h>

Public Attributes

const char * name
 
ecs_entity_t parent
 
ecs_entity_t type
 
void * value
 

Detailed Description

Used with ecs_const_var_init.

Definition at line 596 of file script.h.

Member Data Documentation

◆ name

const char* ecs_const_var_desc_t::name

Definition at line 598 of file script.h.

◆ parent

ecs_entity_t ecs_const_var_desc_t::parent

Definition at line 601 of file script.h.

◆ type

ecs_entity_t ecs_const_var_desc_t::type

Definition at line 604 of file script.h.

◆ value

void* ecs_const_var_desc_t::value

Definition at line 608 of file script.h.


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