Beta Documentation - Subject to change.

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.

See Also