AddDestination(BasicBlock,Condition,string?)
Method in BasicBlock
Summary
Adds a new destination to this block that points to a node, with a option's line ID for context.
Parameters
Name
Description
Yarn.Compiler.BasicBlock descendant
The new descendant node.
Yarn.Compiler.BasicBlock.Condition condition
The condition under which the node descendant
will be run.
string
lineID
The line ID of the option that must be selected in order for descendant
to run.
Last updated