All pages
Powered by GitBook
1 of 1

Loading...

NodeCompleteHandler

Delegate in Yarn

Inherits from System.MulticastDelegate

Summary

Represents the method that is called when the Dialogue reaches the end of a node.

Remarks

This method may be called multiple times over the course of code execution. A node being complete does not necessarily represent the end of the conversation.

Parameters

Name
Description

See Also

  • : 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 delivers a .

public delegate void NodeCompleteHandler(string completedNodeName);

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

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

  • string completedNodeName

    The name of the node.

    LineHandler
    Line
    OptionsHandler
    OptionSet
    CommandHandler
    Command