Compares two (boolean) values. When executed, outputs the given values forward based on the result.
The results can be one of the following four | |
---|---|
Case 1 | A off & B off |
Case 2 | A on & B off |
Case 3 | A off & B on |
Case 4 | A on & B on |
Execute | Executes the Node |
↳ On Start | Executes the Node at the start of the game |
Enabled | Enable or disable the node. Disabled Nodes cannot be executed |
Value A / B | Values to be compared (0=false / 1=true) |
Output: Both Off | Outputted value when both A and B are false |
Output: Value A On | Outputted value when A is true and B is false |
Output: Value B On | Outputted value when A is false and B is true |
Output: Both On | Outputted value when both A and B are true |
Here's a link to the hype that shows how to implement and use the 2to4 Decoder node: