Index
Collapse All
Expand All
GetChildNodes Method
TreeNode Class
Members
See Also
Beta Documentation - Subject to change.
Gets the child nodes list.
Syntax
Lua
function
TreeNode
:
GetChildNodes
(
)
;
Returns
Type:
TreeNodeList
The list of child nodes.
Remarks
Gets the child nodes list that can be used to manipulate the children of this node.
See Also
TreeNode
Turbine.UI