DProgressBar.SetValue

From GMod Wiki

Jump to: navigation, search
Function
Syntax DProgressBar.SetValue( Number )
Description:
Sets the value of a DProgressBar.
Returns: nil
In Object: DProgressBar
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DProgressBar.SetValue]DProgressBar.SetValue [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


You need this script Progressbar

Examples

DescriptionCreates a DProgressBar and sets its value to 10.
Used onNewerClient.png
Code
 
myProgressBar = vgui.Create( "DProgressBar")
myProgressBar:SetValue( 10 )
 
OutputN/A



Methods

NewerClient.png DProgressBar

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox