Beta Documentation - Subject to change.

Test is the list contains a specific tree node.

Syntax

Lua
function TreeNodeList:Contains(node);

Parameters

node
Type: TreeNode
The node to check for.

Returns

Type: boolean
True if the node is contained in the list.

Remarks

Test is the list contains a specific tree node.

See Also