Beta Documentation - Subject to change.

Removes an item at the specified index.

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.

See Also