Skip to content

Node: Basic logic

MrClock edited this page Jun 19, 2022 · 1 revision

Output data

The node returns the result of the logic operation performed on the input values.

image

Node

image

Properties

  • Operation:
    • A and B: whether both inputs are True
    • A or B: whether one of the inputs is True
    • not A: opposit of the A value

Inputs

  • A: A value
  • B: B value

Clone this wiki locally