This UI control can be created via UI/GDTK: Stats/Stat Progressbar and allows you to display a progressbar for a Stat. The value will automatically update whenever the Stat changes.

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 |
| Color Image | Apply color to Image |
| Color Progress | Apply color to Progressbar Fill |
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 |