StringTableEntry
Struct in Yarn.Unity
Inherits from System.ValueType
Summary
public struct StringTableEntry
Constructors
Fields
| Name | Description |
|---|
| Comment | A comment used to describe this line to translators. |
| File | The name of the Yarn script in which this line was originally found. |
| ID | The line ID for this line. This value will be the same across all localizations. |
| Language | The language that the line is written in. |
| LineNumber | The line number in the file indicated by File at which the original version of this line can be found. |
| Lock | A string used as part of a mechanism for checking if translated versions of this string are out of date. |
| Node | The name of the node in which this line was originally found. |
| Text | The text of this line, in the language specified by Language . |
Methods