Function ecs_scope_iter_w_filter
Synopsis
#include <include/flecs.h>
FLECS_API ecs_iter_t ecs_scope_iter_w_filter(ecs_world_t *world, ecs_entity_t parent, ecs_filter_t *filter)
Description
Return a filtered scope iterator. Same as ecs_scope_iter, but results will be filtered.
- Parameters
world
- The world.parent
- The parent entity for which to iterate the children.- Returns
- The iterator.
Mentioned in
- Manual / Iteration
Source
Line 2082 in include/flecs.h.