SaveGame..::..DisarmTrap Method (Int32, Int32)

Disarm a trap on the floor

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

Syntax


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.