PySimpleProgressBar
Properties
Section titled “Properties”No properties found.
No fields found.
No enums found.
Methods
Section titled “Methods”SetProgress
Section titled “SetProgress”(value, max)
Sets the progress value for the progress bar.
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
value | float | ❌ No | The current value |
max | float | ❌ No | The maximum value |
Return Type: void (Does not return anything)