libtcod-net
ComputePath Method (origX, origY, destX, destY)
NamespaceslibtcodWrapperTCODPathFindingComputePath(Int32, Int32, Int32, Int32)
Compute a path from source to destination.
Declaration Syntax
C#
public bool ComputePath(
	int origX,
	int origY,
	int destX,
	int destY
)
Parameters
origX (Int32)
Starting point x coord
origY (Int32)
Starting point y coord
destX (Int32)
Destination point x coord
destY (Int32)
Destination point y coord
Return Value
IsPathFound?

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