DProgressBar.SetMin
From GMod Wiki
| Function | |
| Syntax | DProgressBar:SetMin( Number ) |
| Description: | |
| Sets the minimum value of a DProgressBar. | |
| Returns: | nil |
| In Object: | DProgressBar |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DProgressBar.SetMin]DProgressBar.SetMin [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
You need this script Progressbar
Examples
| Description | Creates a DProgressBar and sets its minimum value to 1. |
|---|---|
| Used on | |
| Code | local myProgressBar = vgui.Create( "DProgressBar") myProgressBar:SetMin( 1 ) |
| Output | N/A |