Index
Collapse All
Expand All
Remove Method
TreeNodeList Class
Members
See Also
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
TreeNodeList
Turbine.UI