This UI control can be created via UI/GDTK: Stats/Stat Slider and allows you to display a slider for a Stat. The value will automatically update whenever the Stat changes and can optionally set the Stat's value as well.

Fields#
| Name | Description |
|---|
| Source | Determine if source is a Direct Reference or in the Tool Registry |
| Key | Key used to find source |
| Value Id | Id of stat controlling value |
| Minimum Id | Id of stat controlling minimum (if different) |
| Maximum Id | Id of stat controlling maximum (if different) |
| Image | Image to display stat sprite |
| Set Value With Slider | Allow the slider to update Stat's value |
Properties#
| Name | Description |
|---|
| statId | Gets/Sets id of Stat to display information for. On set the UI is automatically updated. |
| statSource | Gets/Sets BasicStats providing class information. On set the UI is automatically updated. |
Methods#
| Name | Description |
|---|
| SetStatIdAndSource | Updates both the Stat Id and source at once and refreshes UI. |
| Rebind | Updates the bindings and refreshes the UI |