Beta Documentation - Subject to change.

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.

See Also