IF - GATE
R=COND ? T : F
Allows values to pass through COND pin.
if(cond-else)
@/if(cond-else)
IF - GATE
R=COND ? T : F
Allows values to pass through COND pin.
CONDboolean
Whether values should pass through
Tnumber
Value to be output if condition is true
Fnumber
Value to be output if condition is false
Rnumber
Outputs value of `T` if `COND` is true, and `F` otherwise
To use the node in your project you should have the koadrobot/logic 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.