libtcod-net
GetPointOnPath Method (index, x, y)
NamespaceslibtcodWrapperTCODPathFindingGetPointOnPath(Int32, Int32%, Int32%)
Query individual point on path
Declaration Syntax
C#
public void GetPointOnPath(
	int index,
	out int x,
	out int y
)
Parameters
index (Int32)
0-based index of points in path list
x ( Int32 %)
x coord of point
y ( Int32 %)
y coord of point

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)