2.3 (Current)
Search
K
Links

OptionSet

Struct in Yarn
Inherits from System.ValueType

Summary

A set of Option s, sent from the Dialogue to the game.
public struct OptionSet

Remarks

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

Properties

Name
Description
Options
Gets the Option s that should be presented to the user.

Structs

Name
Description
Option
An option to be presented to the user.

See Also