Function ecs_get_typeid
Synopsis
#include <include/flecs.h>
FLECS_API ecs_entity_t ecs_get_typeid(const ecs_world_t *world, ecs_entity_t e)
Description
Get the typeid of an entity.
- Parameters
world
- The world.entity
- The entity.- Returns
- The typeid of the entity.
Source
Line 1662 in include/flecs.h.