Back to Home
ESO Function Data v101045
ZO_TreeNode.New()
See also:
New()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_tree/zo_tree.lua:537
--
function ZO_TreeNode:New(tree, templateInfo, parentNode, data, childIndent, childSpacing, open)
Local Function Definitions
No known local definitions for this function.
Function Calls
libraries/zo_tree/zo_tree.lua:54
--
ZO_TreeNode:New(self, nil, nil, nil, 0, self.defaultSpacing, OPEN)
libraries/zo_tree/zo_tree.lua:184
--
ZO_TreeNode:New(self, templateInfo, parentNode, data, templateInfo.childIndent or self.defaultIndent, templateInfo.childSpacing or self.defaultSpacing, open == true)