REAL [id] { [Common flags] [MIN minval;] [MINEX;] [MAX maxval;] [MAXEX;] [MINSLIDER minval;] [MAXSLIDER maxval;] [STEP step;] [UNIT (descriptions) REAL | PERCENT | DEGREE | METER | TIME;] }
Represents Float values in a container. Rendered as a numerical edit field.
MIN minval; | The minimum value. |
MINEX; | The minimum value itself is not allowed. (Strict inequality.) |
MAX maxval; | The maximum value. |
MAXEX; | The maximum value itself is not allowed. (Strict inequality.) |
MINSLIDER minval; | The minimum value for the slider. |
MAXSLIDER maxval; | The maximum value for the slider. |
STEP step; | The step for the edit field arrows. |
UNIT REAL | PERCENT | DEGREE | METER | TIME; | The display unit. |