Function ecs_scope_iter
Synopsis
#include <include/flecs.h>
FLECS_API ecs_iter_t ecs_scope_iter(ecs_world_t *world, ecs_entity_t parent)
Description
Return a scope iterator. A scope iterator iterates over all the child entities of the specified parent.
- Parameters
world
- The world.parent
- The parent entity for which to iterate the children.- Returns
- The iterator.
Mentioned in
- Manual / Iteration
Source
Line 2070 in include/flecs.h.