Insert

From LoTROInterface Wiki

Jump to: navigation, search


Inserts a menu item at a given index.

Syntax

Lua
function ControlList:Insert(index, item);

Parameters

index
Type: number
The index to insert the item at.


item
Type: Control
The menu item to insert.

Remarks

Inserts a menu item at a given index.

Personal tools