Click or drag to resize

BagTContains Method (T, Int32)

Returns whether it contains the specified amount of an item.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool Contains(
	T item,
	int amount
)
Request Example View Source

Parameters

item
Type: T
amount
Type: SystemInt32

Return Value

Type: Boolean
See Also