Yarn Spinner
2.2 (Current)
Website
Discord
GitHub
Patreon
Search
⌃K
Links
⭐
Start Here
Writing Your Dialogue
⌨
Editing with VS Code
✍
Writing in Yarn
🪄
Upgrading Yarn Scripts
Working With Unity
Overview
📦
Installation
⚡
Quick Start
📥
Importing Yarn Files
🧱
Components
🤖
Commands and Functions
🗺
Localizations and Assets
💡
Frequently Asked Questions / "How Do I...?"
Unity Sample Projects
🛠
Choose-Your-Path Game
🛠
Choose-Your-Path Game with Visuals
🛠
NPC Dialogue Game
Guides
🗃
Yarn Variables and Variable Storage
About
The Team
GitHub Repositories
Community Projects
How to credit Yarn Spinner
API Documentation
C#
Yarn Namespace
BuiltinTypes
Command
CommandHandler
Dialogue
DefaultStartNodeName
Dialogue(Yarn.IVariableStorage)
AddProgram(Program)
Continue()
ExpandSubstitutions(string,IList<string>)
GetStringIDForNode(string)
GetTagsForNode(string)
NodeExists(string)
ParseMarkup(string)
SetNode(string)
SetProgram(Program)
SetSelectedOption(int)
Stop()
UnloadAll()
CommandHandler
CurrentNode
DialogueCompleteHandler
IsActive
LanguageCode
Library
LineHandler
LogDebugMessage
LogErrorMessage
NodeCompleteHandler
NodeNames
NodeStartHandler
OptionsHandler
PrepareForLinesHandler
VariableStorage
DialogueCompleteHandler
DialogueException
FunctionType
IType
IVariableStorage
Library
Line
LineHandler
Logger
MemoryVariableStore
Node
NodeCompleteHandler
NodeStartHandler
OptionSet
OptionsHandler
PrepareForLinesHandler
Program
Yarn.Markup Namespace
Yarn.Compiler Namespace
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Powered By
GitBook
Dialogue(Yarn.IVariableStorage)
Constructor in
Dialogue
Summary
Initializes a new instance of the
Dialogue
class.
public
Dialogue
(
Yarn
.
IVariableStorage
variableStorage
)
Parameters
Name
Description
Yarn.IVariableStorage
variableStorage
The
IVariableStorage
that this Dialogue should use.
Previous
DefaultStartNodeName
Next
AddProgram(Program)
Last modified
1yr ago