Enumeration Member in Condition
The Destination is reached because an expression evaluated to true.
Enumeration Member in Condition
The Destination is reached because an expression evaluated to false.
Enumeration Member in Condition
The Destination is reached because the player made an in-game choice to go to it.
Enumeration Member in Condition
The Destination is reached beacuse of an explicit instruction to go to this block.
Enum in BasicBlock
Inherits from System.Enum
The conditions under which a Destination may be reached at the end of a BasicBlock.
Name | Description |
---|---|
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.