RemoveAt (MenuItemList)

From LoTROInterface Wiki

Jump to: navigation, search


Removes a menu item at the specified index.

Syntax

Lua
function MenuItemList:RemoveAt(index);

Parameters

index
Type: number
The index of the item to remove.

Remarks

Removes a menu item at the specified index.

Personal tools