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 for sliderwidget)) values in the layout editor:
These values cannot be editing using script
Currently there are only functions for retrieving min and max and ((setting and getting) the current value).