Loading...
Method in Dialogue
Gets a value indicating whether a specified node exists in the Program.
public bool NodeExists(string nodeName)
true if a node named nodeName exists in the Program, false otherwise.
true
nodeName
false
string nodeName
string
The name of the node.