Tile.Header

Undocumented in source.

Members

Variables

edges_count
uint32_t edges_count;

Number of edges in this tile

name
char[32] name;

Last time I checked it was complete garbage

owns_data
ubyte owns_data;

1 if the tile stores vertices / edges. Usually 0

size_x
float size_x;

Always 0 ?

size_y
float size_y;

Always 0 ?

triangles_count
uint32_t triangles_count;

Number of triangles in this tile (walkable + unwalkable)

triangles_offset
uint32_t triangles_offset;

This value will be added to each triangle index in the PathTable

vertices_count
uint32_t vertices_count;

Number of vertices in this tile

Meta