All pages
Powered by GitBook
1 of 1

Loading...

NodeExists(string)

Method in DialogueRunner

Summary

Returns true when a node named nodeName has been loaded.

public bool NodeExists(string nodeName);

Parameters

Name
Description

true if the node is loaded, false otherwise/

string nodeName

The name of the node.

Returns