libtcod-net
StepLine Method (xCur, yCur)
NamespaceslibtcodWrapperTCODLineDrawingStepLine(Int32%, Int32%)
Step to the next point on the line
Declaration Syntax
C#
public static bool StepLine(
	ref int xCur,
	ref int yCur
)
Parameters
xCur ( Int32 %)
x Coord of next point of line
yCur ( Int32 %)
y Coord of next point of line
Return Value
True if endpoint reached
Remarks
Note: xCur and yCur must be initialized to the point previous to the one you want on the line. See TCOD documentation for more details.

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