Condition
Last updated
Was this helpful?
Last updated
Was this helpful?
Enum in
Inherits from System.Enum
The conditions under which a may be reached at the end of a BasicBlock.
The Destination is reached beacuse of an explicit instruction to go to this block.
The Destination is reached because an expression evaluated to false.
The Destination is reached because an expression evaluated to true.
The Destination is reached because the preceding BasicBlock reached the end of its execution, and the Destination's target is the block immediately following.
The Destination is reached because the player made an in-game choice to go to it.