Click or drag to resize

BagTAdd Method (T, Int32)

Adds the amount of items.

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

Parameters

item
Type: T
amount (Optional)
Type: SystemInt32
See Also