Syntax
Lua |
---|
function ControlList:RemoveAt(index); |
Parameters
- index
-
Type:
number
The index of the item to remove.
Remarks
Removes a menu item at the specified index.
Lua |
---|
function ControlList:RemoveAt(index); |