SaveGame..::..ShowInven Method

Shows the players inventory on the screen. Returns false, if the player has nothing in their inventory.

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

Syntax


public bool ShowInven(
	Func<BaseInventorySlot, bool> inventorySlotPredicate,
	Nullable<IItemFilter> itemFilter,
	Nullable<ShowInventoryOptions> options
)

Parameters

inventorySlotPredicate
Type: Func<(Of <(<'BaseInventorySlot, Boolean>)>)>
itemFilter
Type: Nullable<(Of <(<'IItemFilter>)>)>
options
Type: Nullable<(Of <(<'ShowInventoryOptions>)>)>

Return Value