Dialogue.HandlerExecutionType.ContinueExecution Field
Indicates that the Dialogue
should continue execution.
ContinueExecution = 1
See Also
Dialogue.HandlerExecutionType
: Used as a return type by handlers (such as theDialogue.LineHandler
) to indicate whether aDialogue
should suspend execution, or continue executing, after it has called the handler.
Source
Defined in YarnSpinner/Dialogue.cs, line 361.