ResetDialogue(string)
Starts running the dialogue again.
public void ResetDialogue(string nodeName = null)
If
nodeName
is null, the node specified by startNode is attempted, followed the currently running node. If none of these options are available, an ArgumentNullException
is thrown.Name | Description |
---|---|
string nodeName | |
Last modified 1yr ago