Beta Documentation - Subject to change.

Removes a tree node at the specified index.

Syntax

Lua
function TreeNodeList:RemoveAt(index);

Parameters

index
Type: number
The index of the node to remove.

Remarks

Removes a tree node at the specified index.

See Also