Beta Documentation - Subject to change.

Gets the node at the specified index.

Syntax

Lua
function TreeNodeList:Get(index);

Parameters

index
Type: number
The index of the node to retrieve.

Returns

Type: TreeNode
The tree node at the specified index.

Remarks

Gets the node at the specified index.

See Also