Dialogue

Class in Yarn

Inherits from System.Object

Summary

Co-ordinates the execution of Yarn programs.

public class Dialogue : ISmartVariableEvaluator

Constructors

Name
Description

Fields

Name
Description

The node that execution will start from.

Methods

Name
Description

Starts, or continues, execution of the current Program.

Returns the string ID that contains the original, uncompiled source text for a node.

Returns the tags for the node nodeName .

Gets a value indicating whether nodeName is the name of a valid node group in the program.

Gets a value indicating whether a specified node exists in the Program.

Evaluate the value of a smart variable named name .

Unloads all nodes from the Dialogue.

Properties

Name
Description

Gets the name of the node that this Dialogue is currently executing.

Gets a value indicating whether the Dialogue is currently executing Yarn instructions.

Invoked when the Dialogue needs to report debugging information.

Invoked when the Dialogue needs to report an error.

Gets the names of the nodes in the currently loaded Program.

Gets or sets the object that provides access to storing and retrieving the values of variables.

Last updated

Was this helpful?