DetermineNodeConnections(string[])
Finds and collates every jump in every node.
public static List<List<GraphingNode>> DetermineNodeConnections(string[] YarnFileContents)
Name | Description |
---|---|
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.