c-element

s2sluder/more-logic-gates/c-element

Outputs true if and only if all inputs are true, outputs false if and only if all inputs are false, and otherwise retains its state.
c-element
@/c-element
Outputs true if and only if all inputs are true, outputs false if and only if all inputs are false, and otherwise retains its state.
IN1boolean
IN2boolean
c-element
OUT
IN1
IN2
OUTboolean
To use the node in your project you should have the s2sluder/more-logic-gates library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.