Categories


Description :

Calculates the remainder when one value is divided by another.

Uses :

Use this to calculate the remainder of a division. The values may be entered directly, provided from a variable or via another expression.

Example :

This code sets the value of the variable "invulnerability" to 1 if the value of "Health" is a multiple of 10. This is done by checking if the remainder when Health is divided by 10 is 0.