๐Ÿšซ NOT (Invert Condition)

InvertCondition

This node is a simple NOT gate that will invert any conditions that go through it (i.e. conditions evaluating to True will become False and vice versa). If Mode is set to Logical, instead of performing a Boolean NOT operation a BINARY not will be executed on the value instead. This is meant to be used for numeric values rather than booleans. For more information on how this works, consult the Wikipedia page on 'Two's Complement'.

Pack: ControlFlowUtils

custom_nodes.ControlFlowUtils

Inputs (2)

NameTypeRequired
input*required
modeBOOLEANrequired

Outputs (1)

NameType
output*