NodeExists(string)
Last updated
Last updated
Method in Dialogue
Gets a value indicating whether a specified node exists in the Program.
Name | Description |
---|---|
true
if a node named nodeName
exists in the Program, false
otherwise.
string
nodeName
The name of the node.