All pages
Powered by GitBook
1 of 2

Loading...

Loading...

Command

Struct in Yarn

Inherits from System.ValueType

Summary

A command, sent from the Dialogue to the game.

public struct Command

Remarks

You do not create instances of this struct yourself. They are created by the during program execution.

Properties

Name
Description

See Also

  • : Gets or sets the that is called when a command is to be delivered to the game.

Text

Gets the text of the command.

Dialogue
Dialogue.CommandHandler
CommandHandler

Text

Property in Command

Summary

Gets the text of the command.

public string Text { get; private set; }