NodeExists(string)

Method in DialogueRunner

Summary

Returns true when a node named nodeName has been loaded.

public bool NodeExists(string nodeName);

Parameters

Name
Description

string nodeName

The name of the node.

Returns

true if the node is loaded, false otherwise/

Last updated

Was this helpful?