Method in DialogueRunner
Returns true when a node named nodeName has been loaded.
true
nodeName
public bool NodeExists(string nodeName);
string nodeName
string
The name of the node.
true if the node is loaded, false otherwise/
false