enum PPOperatorsSource
PP operators, specify operation between subsequent layers
| Name | Value | |
|---|---|---|
LOWEST | only lowest value gets used. Note - if first request, it is compared against default values! | |
HIGHEST | only highest value gets used. Note - if first request, it is compared against default values! | |
ADD | LINEAR addition | |
ADD_RELATIVE | LINEAR relative addition (relative to diff between current and max, where applicable. Otherwise used as absolute addition) | |
SUBSTRACT | LINEAR substraction | |
SUBSTRACT_RELATIVE | LINEAR relative substraction | |
SUBSTRACT_REVERSE | LINEAR sub. target from dst | |
SUBSTRACT_REVERSE_RELATIVE | LINEAR relative sub. target from dst | |
MULTIPLICATIVE | LINEAR multiplication | |
SET | sets the value, does not terminate possible further calculations | |
OVERRIDE |