Get (MenuItemList)
From LoTROInterface Wiki
API Reference > Turbine.UI.MenuItemList.Get()
Gets the item at the specified index.
Syntax
| Lua | |
|---|---|
| function MenuItemList:Get(index); | |
Parameters
index
Type: number
The index of the item to retrieve.
Returns
Type: MenuItem
The menu item at the specified index.
Remarks
Gets the item at the specified index.