This action adds a four-byte number to the end of the current binary message.

It takes one parameter: the integral value of the integer you want to add.


It does not matter if it is signed or unsigned, as the binary representations are the same – additionally, Fusion can only handle signed integers in expressions. Remember that the range of an integer is -2,147,483,648 to +2,147,483,647.