Condition
Enum in BasicBlock
Inherits from System.Enum
Summary
The conditions under which a Destination may be reached at the end of a BasicBlock.
Members
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. |
Last updated