2.3 (Current)
WebsiteDiscordGitHubPatreon
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
Building a Custom Dialogue Runner
🗃
Yarn Variables and Custom Variable Storage
About
The Team
GitHub Repositories
Community Projects
How to credit Yarn Spinner
API Documentation
C#
Yarn Namespace
BuiltinTypes
Command
CommandHandler
Dialogue
DialogueCompleteHandler
DialogueException
FunctionType
Header
IType
IVariableStorage
Library
Line
LineHandler
Logger
MemoryVariableStore
Node
NodeCompleteHandler
NodeStartHandler
OptionSet
OptionsHandler
PrepareForLinesHandler
Program
Combine(Program[])
ToString()
InitialValues
Name
Nodes
Yarn.Markup Namespace
Yarn.Compiler Namespace
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Yarn.Unity.UnityLocalization Namespace
Powered By GitBook

InitialValues

Property in Program​

Summary

The collection of initial values for variables; if a PUSH_VARIABLE instruction is run, and the value is not found in the storage, this value will be used
public pbc::MapField<string, global::Yarn.Operand> InitialValues {
get; }
Previous
ToString()
Next
Name
Last modified 21d ago