Modulus
Description
Modulus two numbers and return the result. The modulus is the remainder after dividing one number by another.
Event Options
Variable
A number you wish to modulus with another number.
Value
A number to modulus with the Variable.
Example
Variable
10
Value
3
After running the event with the above options, the Variable option will be updated to 1 (e.g. 10 / 3 = 3 with remainder 1).
Last updated