Click or drag to resize

ItemListIndexOf Method

Returns the index of a particular UI element, or -1 if not found.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual int IndexOf(
	Item item
)
Request Example View Source

Parameters

item
Type: Kit.UIItem

Return Value

Type: Int32
See Also