ContainsItem

From LoTROInterface Wiki

Jump to: navigation, search


Test is the list box contains an item.

Syntax

Lua
function ListBox:ContainsItem(item);

Parameters

item
Type: Control
The item to check for.

Returns

Type: boolean
True if the list box contains the specified item.

Remarks

Test is the list box contains an item.

Personal tools