Functions: Less_Than_Or_Equals Function - Wynntils/Wynntils GitHub Wiki

Less_Than_Or_Equals function

Aliases

  • LTE

Description

Returns true when a value is lower or exactly the same than specified.

Arguments

This function has 2 required arguments.

  • first (Number) → The number to compare.
  • second (Number) → The number that is the breaking point.

Schematics

LESS_THAN_OR_EQUALS(<first>; <second>) → (Boolean)

Example

LESS_THAN_OR_EQUALS(100;99)  FALSE
⚠️ **GitHub.com Fallback** ⚠️