StockStoreInventoryItem Constructor

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

Syntax


public StockStoreInventoryItem(
	Type itemType,
	int weight
)

Parameters

itemType
Type: Type
weight
Type: Int32
Specify the weight for the item. A value of 0, means the item cannot be selected. All item weights are summed to provide a full 1-in-chance of selected.