-
Notifications
You must be signed in to change notification settings - Fork 331
Gates Logic
Logic gates are the standard digital logic gates you can find on a circuit board. They all do simple binary tasks, and therefore only have one output.
Contents
OR
AND
NOT
NAND
NOR
XOR
XNOR
OR
Inputs: Type-Number A B C D E F G H
Outputs: Type-Number Out
Description: Returns 1 if any input is 1. Returns 0 if no inputs are 1.
Truth Table
Input 1 Input 2 Output
0 0 0
1 0 1
1 1 1
AND
Inputs: Type-Number.png A B C D E F G H
Outputs: Type-Number.png Out
Description: Returns 1 only if all inputs are 1, otherwise returns 0.
Truth Table
Input 1 Input 2 Output
0 0 0
1 0 0
1 1 1
NOT
Inputs: Type-Number A
Outputs: Type-Number Out
Description: Returns 1 if input is 0. Returns 0 if input is 1.
Truth Table
Input Output
0 1
1 0
NAND
Inputs: Type-Number A B C D E F G H
Outputs: Type-Number Out
Description: Equivalent to adding a NOT to an AND. Returns 0 if all inputs are 1. Returns 1 if any inputs are 0.
Truth Table
Input 1 Input 2 Output
0 0 1
1 0 1
1 1 0
NOR
Inputs: Type-Number A B C D E F G H
Outputs: Type-Number Out
Description: Equivalent to adding a NOT to an OR. Returns 0 if any inputs are 1. Returns 1 if all inputs are 0.
Truth Table
Input 1 Input 2 Output
0 0 1
1 0 0
1 1 0
XOR
Inputs: Type-Number A B C D E F G H
Outputs: Type-Number Out
Description: Exclusive OR. Returns 1 if only one input is 1. Returns 0 if all inputs are 0 or more than one input is 1.
Truth Table
Input 1 Input 2 Output
0 0 0
1 0 1
1 1 0
XNOR
Inputs: Type-Number A B C D E F G H
Outputs: Type-Number Out
Description: Equivalent to adding a NOT to an XOR. Returns 0 if only one input is 1. Returns 1 if all inputs are 0 or more than one input is 1.
Truth Table
Input 1 Input 2 Output
0 0 1
1 0 0
1 1 1
Please do not alter the e2 docs ...
pages manually.
They are autogenerated from the E2Helper. In the future, this will hopefully be its own dedicated website or tool.
Basic Features: core, debug, number, selfaware,
string, timer
🌎 World: angle, color, find, ranger, sound,
🔣 Math: bitwise, complex, matrix, quaternion, vector, vector2/4
📦 Entities: bone, constraint, egp, entity, hologram, npc
👨 Players: chat, console, player, weapon
📊 Data storage: array, files, globalvars, serialization, table
💬 Communication: datasignal, http, signal, wirelink,
❓ Informational: gametick, serverinfo, steamidconv, unitconv
Disabled by default: constraintcore, effects, propcore, remoteupload, wiring
Wire-Extras (repo): camera, ftrace, holoanim, light, stcontrol, tracesystem
- Home 🏠
- Syntax 🔣
- Directives 🎛️
- Editor 🖥️
- Events 🌟 (new!)
Click To Expand
- 🟥 SPU
- 🟥 Address Bus
- 🟥 Extended Bus
- 🟥 Plug/Socket
- 🟥 Port
- 🟥 Transfer Bus
- 🟩 GPU
- 🟥 Dynamic Memory
- 🟥 Flash EEPROM
- 🟥 ROM
- 🟧 Beacon Sensor
- 🟧 Locator
- 🟧 Target Finder
- 🟧 Waypoint
- 🟥 XYZ Beacon
- 🟩 CPU
- 🟩 Expression 2
- 🟩 Gates
- 🟥 PID
- 🟧 CD Disk
- 🟥 CD Ray
- 🟧 DHDD
- 🟥 Keycard
- 🟥 RAM-card
- 🟧 Satellite Dish
- 🟧 Store
- 🟧 Transferer
- 🟥 Wired Wirer
- 🟧 Adv Entity Marker
- 🟧 Damage Detector
- 🟧 Entity Marker
- 🟧 GPS
- 🟧 Gyroscope
- 🟥 HighSpeed Ranger
- 🟧 Laser Pointer Receiver
- 🟥 Microphone
- 🟧 Ranger
- 🟧 Speedometer
- 🟧 Water Sensor
- 🟧 7 Segment Display
- 🟥 Adv. Hud Indicator
- 🟧 Console Screen
- 🟧 Control Panel
- 🟧 Digital Screen
- 🟧 EGP v3
- 🟧 Fix RenderTargets
- 🟥 GPULib Switcher
- 🟧 Hud Indicator
- 🟧 Indicator
- 🟧 Lamp
- 🟧 Light
- 🟧 Oscilloscope
- 🟧 Pixel
- 🟧 Screen
- 🟧 Sound Emitter
- 🟧 Text Screen
- 🟩 Cam Controller
- 🟧 Colorer
- 🟧 FX Emitter
- 🟧 HighSpeed Holoemitter
- 🟧 HoloEmitter
- 🟧 HoloGrid
- 🟥 Interactable Holography Emitter
- 🟥 Materializer
- 🟥 Painter
- 🟧 Adv. Input
- 🟧 Button
- 🟧 Constant Value
- 🟥 Door Controller
- 🟧 Dual Input
- 🟧 Dynamic Button
- 🟧 Eye Pod
- 🟧 Graphics Tablet
- 🟧 Keyboard
- 🟥 Lever
- 🟧 Numpad
- 🟧 Numpad Input
- 🟧 Numpad Output
- 🟧 Plug
- 🟧 Pod Controller
- 🟧 Radio
- 🟧 Relay
- 🟧 Text Receiver
- 🟧 Two-way Radio
- 🟧 Vehicle Controller
- 🟥 Door
- 🟥 Adv. Dupe. Teleporter
- 🟥 Buoyancy
- 🟧 Clutch
- 🟧 Detonator
- 🟧 Explosives
- 🟧 Explosives (Simple)
- 🟥 Forcer
- 🟩 Freezer
- 🟧 Gimbal (Facer)
- 🟧 Grabber
- 🟧 Hoverball
- 🟧 Hoverdrive Controller
- 🟥 Hydraulic
- 🟧 Igniter
- 🟧 Nailer
- 🟩 Prop Spawner
- 🟥 Servo
- 🟥 Simple Servo
- 🟧 Thruster
- 🟥 Touchplate
- 🟥 Trail
- 🟩 Turret
- 🟩 User
- 🟥 Vector Thruster
- 🟥 Vehicle Exit Point
- 🟧 Weight (Adjustable)
- 🟧 Weld/Constraint Latch
- 🟥 Wheel
- 🟥 Wire Magnet
- 🟥 Wired Npc Controller
- 🟧 Debugger
- 🟥 GUI Wiring
- 🟥 Multi Wire
- 🟧 Namer
- 🟥 Simulate Data
- 🟩 Wiring
- 🟥 Beam Reader
- 🟥 Implanter
- 🟥 Reader
- 🟥 Target Filter
- 🟥 User Reader
Gates 🚥
Click To Expand
TBD