Awee

Boolean

Compare values for use inside if/else blocks and conditional expressions.

Boolean

ModifierDescription
eqEq returns true if the value equals the given parameter.
gtGt returns true if the numeric value is greater than the threshold.
gteGte returns true if the numeric value is greater than or equal to the threshold.
notNot inverts the truthiness of the value.

How is this guide?

On this page