Field in Line
The values that should be inserted into the user-facing text before delivery.
public string[] Substitutions;Struct in Yarn
Inherits from System.ValueType
A line of dialogue, sent from the Dialogue to the game.
When the game receives a , it should do the following things to prepare the line for presentation to the user.
Use the value in the field to look up the appropriate user-facing text in the string table.
Use to replace all substitutions in the user-facing text.
Use to parse all markup in the line.
You do not create instances of this struct yourself. They are created by the during program execution.
: Gets or sets the that is called when a line is ready to be shown to the user.
public struct LineThe string ID for this line.
The values that should be inserted into the user-facing text before delivery.