Skip to content
Flecs v4.1
Entity Ranges

Entity id range management. More...

const ecs_entity_range_tflecs::world::range_new (uint32_t min, uint32_t max) const
 Create a new entity id range.
void range_set (const ecs_entity_range_t *range) const
 Set the active entity id range.
const ecs_entity_range_trange_get () const
 Get the currently active entity id range.

Detailed Description

Entity id range management.

Function Documentation

◆ range_get()

const ecs_entity_range_t * flecs::world::range_get ( ) const
related

Get the currently active entity id range.

See also
ecs_entity_range_get()

Definition at line 21 of file impl.hpp.

◆ range_new()

const ecs_entity_range_t * flecs::world::range_new ( uint32_t min,
uint32_t max ) const
inline

Create a new entity id range.

See also
ecs_entity_range_new()

Definition at line 10 of file impl.hpp.

◆ range_set()

void flecs::world::range_set ( const ecs_entity_range_t * range) const
related

Set the active entity id range.

See also
ecs_entity_range_set()

Definition at line 17 of file impl.hpp.