libtcod-net
WalkPath Method (x, y, recalculateWhenNeeded)
NamespaceslibtcodWrapperTCODPathFindingWalkPath(Int32%, Int32%, Boolean)
Walk along a path. Fill x and y with previous step's coord to get next point.
Declaration Syntax
C#
public bool WalkPath(
	ref int x,
	ref int y,
	bool recalculateWhenNeeded
)
Parameters
x ( Int32 %)
x coord
y ( Int32 %)
y coord
recalculateWhenNeeded (Boolean)
If path comes to abrupt end, can we spend time looking for route?
Return Value
MoreToWalkAlong?

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