What?
Modders need Functions to set the minimum, maximum for `SliderWidget` and `SimpleProgressBarWidget`
(And step for the `SliderWidget`)
Why?
To allow modders to adjust the minimum, maximum values of sliders and progressbars.
This will provide modders the ability to use the widgets in a more dynamic way, without having to create their own workarounds or functions.
`SliderWidget` and `SimpleProgressBarWidget` have configurable min, max and step(only in sliderwidget values in the layout editor:
{F1827476}
{F1827475}
These values cannot be editing using script {F1827454}
Currently there are only functions for retrieving min and max and ((setting and getting) the current value).