Disarm a chest at a given location
   
                
    Namespace: 
   AngbandOS.Core
    Assembly:
   AngbandOS.Core (in AngbandOS.Core.dll)
public bool DisarmChest(
	int y,
	int x,
	Item chestItem
)
Parameters
- y
- Type: Int32
 The y coordinate of the location
- x
- Type: Int32
 The x coordinate of the location
- chestItem
- Type: Item
 
Return Value
 True, if the player is allowed to another attempt to disarm the trap.