Index
Collapse All
Expand All
GetParentNode Method
TreeNode Class
Members
See Also
Beta Documentation - Subject to change.
Gets the parent node of this node.
Syntax
Lua
function
TreeNode
:
GetParentNode
(
)
;
Returns
Type:
TreeNode
The parent TreeNode for this node. If this is a root node this will return nil.
Remarks
Gets the parent node of this node.
See Also
TreeNode
Turbine.UI