Functions: Less_Than_Or_Equals Function - Wynntils/Wynntils GitHub Wiki
- LTE
Returns true when a value is lower or exactly the same than specified.
This function has 2 required arguments.
- first (Number) → The number to compare.
- second (Number) → The number that is the breaking point.
LESS_THAN_OR_EQUALS(<first>; <second>) → (Boolean)
LESS_THAN_OR_EQUALS(100;99) → FALSE