pub unsafe extern "C" fn ecs_id_get_flags(
world: *const ecs_world_t,
id: ecs_id_t,
) -> ecs_flags32_tExpand description
Get flags associated with id. This operation returns the internal flags (see api_flags.h) that are associated with the provided id.
@param world The world. @param id The id. @return Flags associated with the id, or 0 if the id is not in use.