Starbound Wiki
Advertisement


Penguin Jump
This Article Is A Stub

You can help the Starbound Wiki by expanding it!

The Not Switch is a wire object representing a logic gate evaluating a "Not" Boolean function. The Not Switch has one input and one output. It reverses the input - i.e. if the input is active (true) then the output will be inactive (false) and vice versa. (As is shown in following table.)

INPUT OUTPUT
A
0 1
1 0
Advertisement