Class in Yarn.Compiler
Inherits from System.Object
System.Object
Utility methods for working with line tags.
public static class Utility
AddTagsToLines(string,ICollection)
Given Yarn source code, adds line tags to the ends of all lines that need one and do not already have one.
GenerateYarnFileWithDeclarations(IEnumerable<Yarn.Compiler.Declaration>,string,IEnumerable,IDictionary<string, string>)
Generates a Yarn script that contains a node that declares variables.
ParseSource(string)
Parses a string of Yarn source code, and produces a FileParseResult and (if there were any problems) a collection of diagnostics.
Last updated 3 years ago
Was this helpful?