All pages
Powered by GitBook
1 of 1

Loading...

CommandHandler

Delegate in Yarn

Inherits from System.MulticastDelegate

Summary

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

public delegate void CommandHandler(Command command);

Parameters

Name
Description
  • : Represents the method that is called when the Dialogue delivers a .

  • : Represents the method that is called when the Dialogue delivers an .

  • : Represents the method that is called when the Dialogue begins executing a node.

: Represents the method that is called when the Dialogue reaches the end of a node.
  • : Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.

  • command

    The that has been delivered.

    See Also

    LineHandler
    Line
    OptionsHandler
    OptionSet
    NodeStartHandler
    NodeCompleteHandler
    DialogueCompleteHandler
    Yarn.Command
    Command