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