Keyword(s) to search:
Sort results by title
Keyword Index
SaveGame
.
.
::
.
.
DisarmTrap Method (Int32, Int32)
Disarm a trap on the floor
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
bool
DisarmTrap
(
int
y
,
int
x
)
Parameters
y
Type:
Int32
The y coordinate of the trap
x
Type:
Int32
The x coordinate of the trap
Return Value
True, if the command can be repeated; false if the disarm succeeds or is futile.
See Also
SaveGame Class
DisarmTrap Overload
AngbandOS.Core Namespace