SaveGame..::..CleanShot Method

Use the same algorithm that we use for missiles to see if we have a clean shot between two locations, but without actually shooting anything

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

Syntax


public bool CleanShot(
	int startY,
	int startX,
	int targetY,
	int targetX
)

Parameters

startY
Type: Int32
The start Y
startX
Type: Int32
The start X
targetY
Type: Int32
The Target Y
targetX
Type: Int32
The Target X

Return Value