GetParentNode

From LoTROInterface Wiki

Jump to: navigation, search


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.

Personal tools