2.3 (Current)
Search
K
Links

Continue()

Method in Dialogue

Summary

Starts, or continues, execution of the current Program.
public void Continue()

Remarks

This method repeatedly executes instructions until one of the following conditions is encountered:
This method has no effect if it is called while the Dialogue is currently in the process of executing instructions.

See Also

  • LineHandler: Represents the method that is called when the Dialogue delivers a Line .
  • OptionsHandler: Represents the method that is called when the Dialogue delivers an OptionSet .
  • CommandHandler: Represents the method that is called when the Dialogue delivers a Command .
  • NodeCompleteHandler: Represents the method that is called when the Dialogue reaches the end of a node.
  • DialogueCompleteHandler: Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.