Functions: Greater_Than_Or_Equals Function - Wynntils/Wynntils GitHub Wiki

Greater_Than_Or_Equals function

Aliases

  • GTE
  • MTE
  • MORE_THAN_EQUALS

Description

Returns true when a value is higher 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

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

Example

MORE_THAN_OR_EQUALS(50;13)  TRUE
⚠️ **GitHub.com Fallback** ⚠️