2.3 (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
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
Yarn.Markup Namespace
Yarn.Compiler Namespace
BasicBlock
CompilationJob
CompilationResult
Compiler
DebugInfo
Declaration
DeclarationBuilder
DeferredTypeDiagnostic
Diagnostic
Diagnostic(string,ParserRuleContext,string,DiagnosticSeverity)
Diagnostic(string,string,DiagnosticSeverity)
Diagnostic(string,DiagnosticSeverity)
Diagnostic(string,Range,string,DiagnosticSeverity)
Equals(object)
GetHashCode()
ToString()
Column
Context
FileName
Line
Message
Range
Severity
DiagnosticSeverity
FileParseResult
FunctionTypeBuilder
IndentAwareLexer
InstructionCollectionExtensions
Position
Project
Range
StringInfo
Utility
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Yarn.Unity.UnityLocalization Namespace
Powered By
GitBook
Column
Property in
Diagnostic
This property is obsolete and may be removed from a future version of Yarn Spinner.
Summary
Gets the zero-indexed character number in FileName at which the issue begins.
public
int
Column
{
get
};
Previous
ToString()
Next
Context
Last modified
21d ago