Expressions
Easy to understand expression returning a boolean
TrMenu v2 provides a new writing method for expressions more user-friendly
It doens't support custom expression at the moment
Parameters are most of the time seperated by a .
Example
Meaning
and = &&
The expression returns
true
only when both parts of the condition are met
or = ||
The expression returns
true
when at least one of both parts of the conditions are met
Last updated