SaveGame..::..TunnelThroughTile Method

Tunnel through a grid tile

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

Syntax


public bool TunnelThroughTile(
	int y,
	int x
)

Parameters

y
Type: Int32
The y coordinate of the tile to be tunneled through
x
Type: Int32
The x coordinate of the tile to be tunneled through

Return Value

True, if the command should be allowed to be continued; false, if the command succeeded, or is futile.