ExtractStringBlocks(IEnumerable<Node>,ProjectDebugInfo)
Method in Utility
Summary
Gets the collection of contiguous runs of lines in the provided nodes. Each run of lines is guaranteed to run to completion once entered.
Parameters
Name
Description
System.Collections.Generic.IEnumerable<Yarn.Node>
nodes
The nodes to get string blocks for.
Yarn.Compiler.ProjectDebugInfo projectDebugInfo
Returns
A collection of runs of lines.
PreviousDetermineNodeConnections(string[])NextGenerateYarnFileWithDeclarations(IEnumerable<Yarn.Compiler.Declaration>,string,IEnumerable<string>?,IDictionary<string, string>?)
Last updated