ecs_table_get_type

Function ecs_table_get_type 

Source
pub unsafe extern "C" fn ecs_table_get_type(
    table: *const ecs_table_t,
) -> *const ecs_type_t
Expand 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.