Struct TrnNWN2WalkmeshPayload.Tile.Header

struct Header ;

Fields

NameTypeDescription
edges_count uintNumber of edges in this tile
name char[32]Last time I checked it was complete garbage
owns_data ubyte1 if the tile stores vertices / edges. Usually 0
size_x floatAlways 0 ?
size_y floatAlways 0 ?
triangles_count uintNumber of triangles in this tile (walkable + unwalkable)
triangles_offset uintThis value will be added to each triangle index in the PathTable
vertices_count uintNumber of vertices in this tile