Function ecs_init_w_args
Synopsis
#include <include/flecs.h>
FLECS_API ecs_world_t * ecs_init_w_args(int argc, char *argv[])
Description
Create a new world with arguments. Same as ecs_init, but allows passing in command line arguments. These can be used to dynamically enable flecs features to an application. Currently these arguments are not used.
- Returns
- A new world object
Source
Line 500 in include/flecs.h.