DetermineNodeConnections(string[])
Summary
public static List<List<GraphingNode>> DetermineNodeConnections(string[] YarnFileContents)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in Utility
Finds and collates every jump in every node.
public static List<List<GraphingNode>> DetermineNodeConnections(string[] YarnFileContents)string[] YarnFileContents
The collection of yarn file content to parse and walk
A list of lists of GraphingNode each containing a node, its jumps, and any positional info.
Last updated
Was this helpful?
Was this helpful?
