Syntax
Lua |
---|
function ListBox:RemoveItemAt(index); |
Parameters
- index
-
Type:
number
The index of the item to remove.
Remarks
Removes an item at the specified index.
Lua |
---|
function ListBox:RemoveItemAt(index); |