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