And
Outputs True when all inputs are True. If any input is False, it outputs False.
Outputs True when all inputs are True. If any input is False, it outputs False.
Reads or writes a variable in the current scope based on the name.
Compares the two input values and outputs True if they are the same. False if they are different.
Compares the input values and outputs True if they are the same. False if they are different.
Executes the associated output of the compare value that matches the 'match' input. Executes the default output if no match can be found.
Executes the associated output of the compare value that matches the 'match' input. Executes the default output if no match can be found.
Returns True if input A is greater than or equal to input B.
Returns True if input A is greater than or equal to input B.
Returns True if input A is greater than input B.
Returns True if input A is greater than input B.
Takes a boolean condition as an input. If True, the "Then" exec pin fires. If False, the "Else" exec pin fires.
Outputs one input value based on the input condition. Outputs the "Then" input if the input condition is True. Outputs the "Else" input if the input condition is False. Only reads one of the inputs, not both.
Returns True if input A is less than or equal to input B.
Returns True if input A is less than or equal to input B.
Returns True if input A is less than input B.
Returns True if input A is less than input B.
If all of the bool values in the list are True then return true.
If any bool value in the list is True then return True.
Reads or writes a variable in the current scope based on the name.
Outputs False only when all inputs are True. If any input is False, it outputs True.
Outputs True when all inputs are False. Otherwise, outputs False.
Outputs the opposite of the input boolean.
Compares the input values and outputs True if they are different. False if they are the same.
Outputs True if any input is True. Otherwise outputs False.
Returns the associated input of the compare value that matches the 'match' input. Returns the default value if no match can be found.
Returns the associated input of the compare value that matches the 'match' input. Returns the default value if no match can be found.
InputsOutputsbool | Inputbool | Result