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

It takes one parameter: the floating-point value of the float you want to add.


Fusion can handle double precision floats, which are eight bytes, but can only give extensions four bytes at most, which is why Lacewing only lets you send floats and not doubles. Remember that the range of a float is 3.4e-38 to 3.4e38.