SaveGame..::..ChestCheck Method

Checks the stack of items at a grid coordinate for a chest and returns the first chest item found. Returns null, if no chest is found.

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

Syntax


public Nullable<Item> ChestCheck(
	int y,
	int x
)

Parameters

y
Type: Int32
x
Type: Int32

Return Value