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

Const component. More...

#include <script.h>

Public Attributes

ecs_value_t value
 
const ecs_type_info_ttype_info
 

Detailed Description

Const component.

This component describes a const variable that can be used from scripts.

Definition at line 115 of file script.h.

Member Data Documentation

◆ type_info

const ecs_type_info_t* EcsScriptConstVar::type_info

Definition at line 117 of file script.h.

◆ value

ecs_value_t EcsScriptConstVar::value

Definition at line 116 of file script.h.


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