Adventure-Terraria-Server-Project / AdvancedCircuits-Plugin

Advanced Circuits Plugin for Terraria Server API and TShock.
GNU General Public License v3.0
8 stars 8 forks source link

Logical Gates and Modifiers #15

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

Requires: Implement Modifiers

AND, OR and XOR Gates should change their behaviour when being used with one modifier: The Gate requires to be fully re-initialized with each circuit execution. This will cause a Gate not to preserve its state and it will only send a signal when all of the Input Ports have been signaled by the same circuit.