Index of types


B
born_feedback_func [UEnt]
born_feedback_func [CEnt]
born_feedback_func [Ent]
this callback is used to make parents aware of the ids of their newly born children (see system signature)

C
component [Comp]
component_type [Comp]

E
entity [Comp]
entity [UEnt]
this is the base type of the entity / component concept
entity [CEnt]
this is the base type of the entity / component concept
entity [Ent]
this is the base type of the entity / component concept

F
foldable_system [UEnt]
similar than system but a foldable_system has an additional folded parameter that can be given with world_step_fold
foldable_system [CEnt]
similar than system but a foldable_system has an additional folded parameter that can be given with world_step_fold
foldable_system [Ent]
similar than system but a foldable_system has an additional folded parameter that can be given with world_step_fold

I
id [UEnt]
id of an entity, entities have an id only after been added to the world
id [CEnt]
id of an entity, entities have an id only after been added to the world
id [Ent]
id of an entity, entities have an id only after been added to the world

M
mapper [UEnt]
mapper [CEnt]
mapper [Ent]

S
system [UEnt]
the first returned value should be the input entity with eventual changes and the second returned value is eventual new entities that should be added to the world
system [CEnt]
the first returned value should be the input entity with eventual changes and the second returned value is eventual new entities that should be added to the world
system [Ent]
the first returned value should be the input entity with eventual changes and the second returned value is eventual new entities that should be added to the world

U
update [UEnt]
update [CEnt]
update [Ent]

W
world [Comp]
world [UEnt]
for the 'delta type parameter see the doc of the function world_step
world [CEnt]
for the 'delta type parameter see the doc of the function world_step
world [Ent]
the first type parameter is the component_type