Page MenuHomeFeedback Tracker

Feature Request: Slider and progress bar (min. max, step) editing via scripting
New, UrgentPublic

Description

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).

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General

Event Timeline

nigel created this task.Jun 19 2020, 6:07 PM
nigel updated the task description. (Show Details)

I believe all values are 0.0F to 1.0F, and this makes sense as it's a percentage 0% - 100%