Open main menu

Changes

Documentation/Engine/Advanced input configuration

22 bytes added, 11:43, 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 value of the parameter with the lower index is returned.
|-
|sign(1)