Syntax
Lua |
---|
function TreeNodeList:Contains(node); |
Parameters
- node
-
Type:
TreeNode
The node to check for.
Returns
Type: booleanTrue if the node is contained in the list.
Remarks
Test is the list contains a specific tree node.