RequestNextLine()

Method in DialogueRunner

Summary

Requests that all dialogue presenters stop showing the current line, and prepare to show the next piece of content.

public void RequestNextLine()

Remarks

The specific behaviour of what happens when this method is called depends on the implementation of the Dialogue Runner's current dialogue presenters.

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

Was this helpful?