RequestNextLine()
Method in DialogueRunner
Summary
Requests that all dialogue views stop showing the current line, and prepare to show the next piece of content.
Remarks
The specific behaviour of what happens when this method is called depends on the implementation of the Dialogue Runner's current dialogue views.
If the dialogue runner is not currently running a line (for example, if it is running options, or is not running dialogue at all), this method has no effect.
Last updated