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