When a MultiGate node is triggered, one of the output pins is executed. A MultiGate node can have multiple output pins. To add another output pin, use the Add pin + option.
These are the input pins of the MultiGate node:
- Reset: An execution pin used to reset the MultiGate node and allow new executions of the output pins.
- Is Random: A Boolean variable. If the value is True, then the order of execution of the output pins is random.
- Loop: This is a Boolean variable that indicates how the MultiGate node will behave after the last output pin is executed. If the value is True, then the MultiGate node continues to execute the output pins. If False, then the MultiGate node will stop executing the output pins.
- Start Index: An integer value ...