a
(integer, default: 0): The first integer value to compare.b
(integer, default: 0): The second integer value to compare.result
(integer): The smaller of the two input values.a
and b
inputs. The node will output the smaller of the two values through the result
output.
This node is particularly useful when you need to make decisions based on the minimum value between two integers or when you want to limit a value to a certain range.
a
input of the MIN node.b
input of the MIN node to the constant value 50.result
output of the MIN node to the next node in your spell.a
and b
inputs. Connecting other data types may lead to unexpected behavior.b
input for the constant value to make your spell more readable.