| Possible values |
Names |
Descriptions |
| 0 |
TT_NEUTRAL |
No interpretation. |
| 1 |
TT_BOOLEAN |
min=0, max=. 0 or less is "good", more than 0 is "bad". |
| 2 |
TT_POSITIVE_MAX |
min=0, max=. 0 or less is "good", max or more is "bad", gradient between these values. |
| 3 |
TT_POSITIVE_SUM |
min=0, max=. 0 or less is "good", max or more is "bad", gradient between these values. |
| 4 |
TT_FULL_RANGE |
min=, max=. min or less is "good", max or more is "bad", gradient between these values. |
| 5 |
TT_BALANCED |
min=, max=. less than 0 is "good", more than 0 is "bad", 0 is "middle". |