Open main menu

Changes

Documentation/Engine/Advanced input configuration

133 bytes added, 11:42, 23 February 2023
Expressions
|abs_max(1..)
|1.43+
|Returns value of parameter with the biggest absolute value from all parameters. (e.g. abs_max(2, -5, -1, 4) returns -5). If there are multiple values with the same absolute value and a different sign, the first encountered one is returned.
|-
|sign(1)