|
Data is potentially outdated
|
Last updated for version 1.3.0.2 Last mentioned in changelog 1.6.17.0 The current game version is 1.7.7.0
|
Main article: Wiring Components
The Or Component is an electrical component used to check if recieving any truthy (non-zero) signals.
Will output false if not recieving any truthy signals.
Connection Panel for Or Component Hover over pins to see their descriptions.
|
|
|
Signal_In_1
|
|
|
|
Signal_In_2
|
|
|
|
Set_Output
|
The input of the first signal.
|
|
The input of the second signal.
|
|
Sets the "true" output.
|
Signal_Out
|
|
|
The output of the component.
|
|
Requires: Screwdriver
|
"1" denotes any non-zero signal, "0" denotes a "zero signal or no signal"
Truth Table
|
Input 1 |
Input 2 |
Output
|
0 |
0 |
0
|
0 |
1 |
1
|
1 |
0 |
1
|
1 |
1 |
1
|