Keyword(s) to search:
Sort results by title
Keyword Index
SaveGame
.
.
::
.
.
CloseDoor Method
Close a door
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
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.
See Also
SaveGame Class
AngbandOS.Core Namespace