For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?