Changes

Jump to navigation Jump to search

Documentation/Engine/Advanced input configuration

283 bytes added, 11:43, 23 February 2023
Expressions
|abs_max(1..)
|1.43+
|Maximum 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 values value and a different sign, the value of all parametersthe parameter with the lower index is returned.
|-
|sign(1)
|memory(2)
|1.35+
|Simple single-value memory. The memory starts at zero. If the first parameter evaluates to true, the second parameter is evaluated and its value is stored in the memory. Otherwise the second parameter is not evaluated and the memory is unchanged. The function returns the current value of the memoryafter the processing (i.e. the new value if the memory was updated).
|-
|modifier(2)

Navigation menu