Dialogue.IsNodeGroup(string)

Method in Dialogue

Summary

Gets a value indicating whether nodeName is the name of a valid node group in the program.

public bool IsNodeGroup(string nodeName)

Parameters

NameDescription
string nodeNameThe name of the node group to check.

Returns

true if nodeName is the name of a node group; false otherwise.