LineHandler

Delegate in Yarn

Inherits from System.MulticastDelegate

Summary

Represents the method that is called when the Dialogue delivers a Line .

public delegate void LineHandler(Line line);

Parameters

NameDescription
Yarn.Line lineThe Line that has been delivered.

See Also

  • 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 .
  • NodeStartHandler: Represents the method that is called when the Dialogue begins executing a node.
  • 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.