pub unsafe extern "C" fn ecs_query_empty_table_count(
query: *const ecs_query_t,
) -> i32Expand description
Returns number of empty tables query matched with.
@param query The query. @return The number of matched empty tables.
pub unsafe extern "C" fn ecs_query_empty_table_count(
query: *const ecs_query_t,
) -> i32Returns number of empty tables query matched with.
@param query The query. @return The number of matched empty tables.