pub unsafe extern "C" fn ecs_table_get_type(
table: *const ecs_table_t,
) -> *const ecs_type_tExpand description
Get type for table. The table type is a vector that contains all component, tag and pair ids.
@param table The table. @return The type of the table.