Click or drag to resize

BagTItem Property

Returns the current amount of an item.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public int this[
	T item
] { get; set; }
Request Example View Source

Parameters

item
Type: T

Property Value

Type: Int32
See Also