Bool Not
Purpose of the Node
This node is used to perform a boolean NOT operation on the input value. It takes a boolean input and outputs the opposite boolean value.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
boolean | The input boolean value to be negated. | Struct | Boolean |
result | The output boolean value, which is the negation of the input. | String | Boolean |