NodeExists(string)
Method in DialogueRunner
Summary
Returns true
when a node named nodeName
has been loaded.
Parameters
Name
Description
string
nodeName
The name of the node.
Returns
true
if the node is loaded, false
otherwise/
Last updated