StartBlockElse | Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false. |
StartBlockElse(FuncBoolean) | Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false. |