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