Functions: Greater_Than_Or_Equals Function - Wynntils/Wynntils GitHub Wiki
- GTE
- MTE
- MORE_THAN_EQUALS
Returns true when a value is higher 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.
MORE_THAN_OR_EQUALS(<first>; <second>) → (Boolean)
MORE_THAN_OR_EQUALS(50;13) → TRUE