ExtractStringBlocks(IEnumerable<Node>,ProjectDebugInfo)
PreviousDetermineNodeConnections(string[])NextGenerateYarnFileWithDeclarations(IEnumerable<Yarn.Compiler.Declaration>,string,IEnumerable<string>?,
Last updated
Was this helpful?
Method in Utility
Gets the collection of contiguous runs of lines in the provided nodes. Each run of lines is guaranteed to run to completion once entered.
public static List<List<string>> ExtractStringBlocks(IEnumerable<Node> nodes, ProjectDebugInfo projectDebugInfo)System.Collections.Generic.IEnumerable<Yarn.Node> nodes
The nodes to get string blocks for.
Yarn.Compiler.ProjectDebugInfo projectDebugInfo
An object containing debugging information for the project.
A collection of runs of lines.
Last updated
Was this helpful?
Was this helpful?
