a
(integer): The first integer to add. Default value is 0.b
(integer): The second integer to add. Default value is 0.result
(integer): The sum of the two input integers.a
and b
input ports. These can be hard-coded constants or outputs from other nodes.a
and b
from its result
port.result
to the input of another node or use it as the spell’s final output.a
and b
are actually integers. Connecting a string or other data type will cause an error.