AddDestination(string,Condition)
Last updated
Was this helpful?
Method in BasicBlock
Adds a new destination to this block, that points to a node.
public void AddDestination(string nodeName, Condition condition)string nodeName
The name of the destination node.
Yarn.Compiler.BasicBlock.Condition condition
The condition under which descendant will be run.
Last updated
Was this helpful?
Was this helpful?
