Enum LogicGate
Types of logic gates that can be used, determines how the output port is set.
Namespace: Content.Shared.DeviceLinking
Assembly: Content.Shared.dll
Syntax
public enum LogicGate : byte
Fields
Name | Description |
---|---|
And | |
Nand | |
Nor | |
Or | |
Xnor | |
Xor |