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

Script function context. More...

#include <script.h>

Public Attributes

ecs_world_tworld
 The world.
 
ecs_entity_t function
 The function entity.
 
void * ctx
 User context.
 

Detailed Description

Script function context.

Definition at line 108 of file script.h.

Member Data Documentation

◆ ctx

void* ecs_function_ctx_t::ctx

User context.

Definition at line 111 of file script.h.

◆ function

ecs_entity_t ecs_function_ctx_t::function

The function entity.

Definition at line 110 of file script.h.

◆ world

ecs_world_t* ecs_function_ctx_t::world

The world.

Definition at line 109 of file script.h.


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