Functions: Less_Than Function - Wynntils/Wynntils GitHub Wiki

Less_Than function

Aliases

  • LT

Description

Returns true when a value is lower 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(<first>; <second>) → (Boolean)

Example

LESS_THAN(12;100)  TRUE
⚠️ **GitHub.com Fallback** ⚠️