Click or drag to resize

BagTRemoveAll Method (T)

Sets the amount of specified items to 0.

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

Parameters

item
Type: T

Return Value

Type: Boolean
See Also