ecs_table_column_count

Function ecs_table_column_count 

Source
pub unsafe extern "C" fn ecs_table_column_count(
    table: *const ecs_table_t,
) -> i32
Expand description

Return number of columns in table. Similar to ecs_table_get_type(table)->count, except that the column count only counts the number of components in a table.

@param table The table. @return The number of columns in the table.