Struct TrnNWN2WalkmeshPayload.Island

Tile or fraction of a tile used for pathfinding through large distances.

struct Island ;

Fields

NameTypeDescription
adjacent_islands uint[]Adjacent islands
adjacent_islands_dist float[]Distances between adjacent islands (probably measured between header.center)
exit_triangles uint[]List of triangles that are on the island borders, and which linked_edges can lead to a triangle that have another triangle.island value.
header TrnNWN2WalkmeshPayload.Island.Header

Methods

NameDescription
dump ()

Inner structs

NameDescription
Header