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.
| Lua |
|---|
function TreeNodeList:RemoveAt(index); |