SaveGame..::..MoveOneStepTowards Method

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public void MoveOneStepTowards(
	out int newY,
	out int newX,
	int currentY,
	int currentX,
	int startY,
	int startX,
	int targetY,
	int targetX
)

Parameters

newY
Type: Int32%
newX
Type: Int32%
currentY
Type: Int32
currentX
Type: Int32
startY
Type: Int32
startX
Type: Int32
targetY
Type: Int32
targetX
Type: Int32