Beta Documentation - Subject to change.

Removes a tree node from the list.

Syntax

Lua
function TreeNodeList:Remove(node);

Parameters

node
Type: TreeNode
The node to remove.

Remarks

Removes a tree node from the list.

See Also