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

Data definition format for loading entity data. More...

Functions

int plecs_from_str (const char *name, const char *str) const
 Load plecs string. More...
 
int plecs_from_file (const char *filename) const
 Load plecs from file. More...
 

Detailed Description

Data definition format for loading entity data.

Function Documentation

◆ plecs_from_file()

int plecs_from_file ( const char *  filename) const

Load plecs from file.

See also
ecs_plecs_from_file

Definition at line 24 of file mixin.inl.

◆ plecs_from_str()

int plecs_from_str ( const char *  name,
const char *  str 
) const

Load plecs string.

See also
ecs_plecs_from_str

Definition at line 17 of file mixin.inl.