Syntax
Lua |
---|
function MenuItemList:Insert(index, item); |
Parameters
- index
-
Type:
number
The index to insert the item at.
- item
-
Type:
MenuItem
The menu item to insert.
Remarks
Inserts a menu item at a given index.