SaveGame..::..CloseDoor Method

Close a door

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

Syntax


public bool CloseDoor(
	int y,
	int x
)

Parameters

y
Type: Int32
The y map coordinate of the door
x
Type: Int32
The x map coordinate of the door

Return Value

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