SaveGame..::..OpenDoor Method

Open a door at a given location

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

Syntax


public bool OpenDoor(
	int y,
	int x
)

Parameters

y
Type: Int32
The y coordinate of the location
x
Type: Int32
The x coordinate of the location

Return Value

True if the command can be repeated; false, if the command succeeds or is futile.